Logs for #cakephp-nl

Page 14 of 52, showing 100 records out of 5,137 total, starting on record 1,301, ending on 1,400

# At Username Text
# Jul 13th 2016, 15:58 ceeram nice
# Jul 13th 2016, 15:53 marlinc Al weer bijna thuis :p
# Jul 13th 2016, 15:19 martin ow usernames moet met kleine letters, stom
# Jul 13th 2016, 15:18 martin Waarom is mijn naam niet met hoofdletter grr!
# Jul 13th 2016, 15:18 martin Dan zeg ik ook wel hoi terug vanaf slack
# Jul 13th 2016, 15:18 ceeram en weg is ie op irc :P
# Jul 13th 2016, 15:17 ceeram zegt ie vanaf slack :P
# Jul 13th 2016, 15:17 ceeram hi ;)
# Jul 13th 2016, 15:17 Martin` welkom op irc gedeelte van dit kanaal
# Jul 13th 2016, 15:17 Martin` hoi Ceeram :D
# Jul 13th 2016, 12:52 marlinc Dankje :)
# Jul 13th 2016, 12:17 Martin` marlinc: have fun!
# Jul 13th 2016, 12:17 ceeram succes!
# Jul 13th 2016, 12:16 marlinc Dankje :)
# Jul 13th 2016, 12:15 oldskool succes alvast :slightly_smiling_face:
# Jul 13th 2016, 12:09 marlinc Zit weer lekker in de trein
# Jul 13th 2016, 12:09 marlinc Heb zo me 2e gesprek @ True :O
# Jul 13th 2016, 12:01 ceeram ik bedoel meer 0 is een falsy waarde, 0 is niet goed, maar 0 is in dit geval 0 fout :slightly_smiling_face:
# Jul 13th 2016, 12:01 ceeram i know
# Jul 13th 2016, 12:00 oldskool @ceeram: Mja exit code is ook heel wat anders dan een boolean return value :slightly_smiling_face: Het is ook gewoon 0-indexed. Als er geen bijzonderheden zijn geweest en de execution goed verlopen is blijft het 0.
# Jul 13th 2016, 11:31 Martin` en bij een fatal error 255
# Jul 13th 2016, 11:31 Martin` jammer dat die bij php warnings/notices ook 0 doet :P
# Jul 13th 2016, 11:31 Martin` jup
# Jul 13th 2016, 11:28 ceeram return false => exit 1, return true => exit 0, heel logish ook vooral
# Jul 13th 2016, 11:24 oldskool 0 is goed, alles daarboven niet ;)
# Jul 13th 2016, 11:24 oldskool haha, wou net zeggen exit codes zijn niet zo moeilijk
# Jul 13th 2016, 11:13 Martin` ah, die shell returned false, waarom! stom persoon die dat gedaan heeft :P
# Jul 13th 2016, 11:06 Martin` 1ne cakephp shell doet exitcode 0, andere doet 1
# Jul 13th 2016, 11:06 Martin` ACTION probeert exit codes te begrijpen
# Jul 13th 2016, 09:10 ceeram :slightly_smiling_face:
# Jul 13th 2016, 09:09 Martin` ACTION draait een rondje op z'n stoel
# Jul 13th 2016, 09:08 Martin` Goedemorgen!
# Jul 12th 2016, 14:05 Martin` Weer wat geleert, tnx :D
# Jul 12th 2016, 14:04 Martin` even composer.* naar app verplaatst en composer install gedaan :D
# Jul 12th 2016, 14:03 ceeram tja in 1.x was alles anders
# Jul 12th 2016, 14:03 Martin` heb hem even verplaatst
# Jul 12th 2016, 14:03 ceeram zolang cake zelf geen externe vendor lib is, is je complete repo je app
# Jul 12th 2016, 14:03 ceeram ik zou me er niet te druk over maken
# Jul 12th 2016, 14:02 ceeram je composer.json zit nu ook toplevel
# Jul 12th 2016, 14:02 Martin` ja idd
# Jul 12th 2016, 14:02 ceeram maar ik zou persoonlijk altijd kiezen om t in app/ te hebben
# Jul 12th 2016, 14:02 ceeram in 1.x maakt t niet heel veel uit in welke vendors t staat
# Jul 12th 2016, 14:01 ceeram staat erbuiten omdat buien app dir werkte
# Jul 12th 2016, 13:59 Martin` of komt dat omdat ik buiten de app-dir werkte
# Jul 12th 2016, 13:59 Martin` ceeram: staat nu wel buiten de app dir, klopt dat? :P
# Jul 12th 2016, 13:58 Martin` wist niet dat het zo mogelijk was :)
# Jul 12th 2016, 13:58 Martin` tnx :D
# Jul 12th 2016, 13:58 Martin` jup werkt
# Jul 12th 2016, 13:57 Martin` geen errors tot nu toe
# Jul 12th 2016, 13:56 ceeram $cron = Cron\CronExpression::factory('@dailyâ??); zou nu moeten werken
# Jul 12th 2016, 13:56 Martin` ja zelfde
# Jul 12th 2016, 13:55 ceeram anders kun je natuurlijk ook gewoon require gebruiken voor de autoload
# Jul 12th 2016, 13:55 ceeram dat weet ik niet meer
# Jul 12th 2016, 13:55 ceeram App::import('Vendor', array('file' => 'autoload')); in je bootstrap file, kan zijn dat die in 1.x iets anders was
# Jul 12th 2016, 13:55 ceeram php composer.phar install
# Jul 12th 2016, 13:54 ceeram php composer.phar config vendor-dir vendors
# Jul 12th 2016, 13:53 ceeram php composer.phar require --no-update mtdowling/cron-expression
# Jul 12th 2016, 13:53 ceeram curl -s https://getcomposer.org/installer | php
# Jul 12th 2016, 13:53 ceeram dus:
# Jul 12th 2016, 13:53 ceeram die is anders geloof ik
# Jul 12th 2016, 13:52 ceeram "config vendor-dir Vendor"
# Jul 12th 2016, 13:52 ceeram hier een oude post van mij voor 2.x, is redelijk gelijk denk ik
# Jul 12th 2016, 13:51 ceeram http://ceeram.github.io/blog/2013/02/22/using-composer-with-cakephp-2-dot-x/
# Jul 12th 2016, 13:51 Martin` nah bedoel dat die autoload?
# Jul 12th 2016, 13:51 ceeram anders composer.phar ff downloaden
# Jul 12th 2016, 13:51 ceeram heb je composer globaal op je computer?
# Jul 12th 2016, 13:51 ceeram huh, dat bouw je er niet in
# Jul 12th 2016, 13:50 Martin` hmm hoe bouw je composer erin dan?
# Jul 12th 2016, 13:50 ceeram wel composer ff vertellen dat jouw vendor folder anders heet dan composer conventie
# Jul 12th 2016, 13:49 ceeram ik zou dat ding gewono composer installen in je 1.3 app
# Jul 12th 2016, 13:49 Martin` nouja de classes die bij dat ding horen
# Jul 12th 2016, 13:49 ceeram en waar staat die ene class?
# Jul 12th 2016, 13:49 Martin` nouja is voor 1 class
# Jul 12th 2016, 13:48 ceeram Martin, ik neem aan dat je composer autoloading wilt?
# Jul 12th 2016, 13:48 ceeram ok
# Jul 12th 2016, 13:48 Martin` heb 5.3.3
# Jul 12th 2016, 13:48 ceeram heb je wel php versie die namespace ondersteunt?
# Jul 12th 2016, 13:48 oldskool `use \CakeClassZonderNameSpace` zou moeten werken denk ik
# Jul 12th 2016, 13:48 ceeram jawel hoor
# Jul 12th 2016, 13:48 oldskool In principe wel, maar als je dan utilities wilt gebruiken moet je die wel importeren.
# Jul 12th 2016, 13:47 Martin` maar heb geen autoload ?
# Jul 12th 2016, 13:47 ceeram niks anders dan t gebruiken in namespaced code
# Jul 12th 2016, 13:47 Martin` ja?
# Jul 12th 2016, 13:47 ceeram Martin`: wat? je kunt gewoon namespaced php code gebruiken hoor in een 1.3 applicatie
# Jul 12th 2016, 13:45 Martin` alle namespaces verwijderen enzo?
# Jul 12th 2016, 13:45 Martin` marlinc: maar hoe gebruik je zo'n class in cakephp 1.3? :P
# Jul 12th 2016, 10:47 marlinc )
# Jul 12th 2016, 10:44 Martin` marlinc: denk dat ik die maar gewoon moet gebruiken inderdaad, dan heb ik volledige flexibiliteit
# Jul 12th 2016, 09:58 marlinc Smakelijk!
# Jul 12th 2016, 09:58 Martin` eerst ff lunchen :)
# Jul 12th 2016, 09:57 Martin` ah even kijken hoe hun het doen :D
# Jul 12th 2016, 09:56 marlinc Martin`, https://github.com/mtdowling/cron-expression :D
# Jul 12th 2016, 09:56 marlinc */2 om de twee uur
# Jul 12th 2016, 09:55 marlinc 1,2 om een en twee uur
# Jul 12th 2016, 09:55 marlinc * bij ieder uur
# Jul 12th 2016, 09:55 marlinc Waarom maak je het cron idee dan niet een beetje na. Een hour en minute field
# Jul 12th 2016, 09:52 Martin` Goedemorgen ceeram :D
# Jul 12th 2016, 09:51 ceeram mogguh
# Jul 12th 2016, 09:51 Martin` al kan je dan niet zeggen ik wil iets om kwart over het hele uur draaien :P
# Jul 12th 2016, 09:47 Martin` zou zeggen time of interval, dat maakt het makkelijker :P