Log message #3341535

# At Username Text
# Aug 4th 2014, 02:29 angelxmoreno http://imgs.xkcd.com/comics/goto.png
# Aug 4th 2014, 02:28 markstory its a limited label goto
# Aug 4th 2014, 02:28 angelxmoreno OMFG, AYFS, we can use goto in PHP? #qBasic
# Aug 4th 2014, 02:26 angelxmoreno Hippo: i got it last year :-P http://sampsonblog.com/473/ie10-gotcha-optgroup-indexes-and-the-required-attribute
# Aug 4th 2014, 02:24 Hippo i didn't get the memo
# Aug 4th 2014, 02:23 Hippo FML Anyone else knew about this IE10 Select list optgroup required attribute bug?
# Aug 4th 2014, 02:22 angelxmoreno markstory: cool
# Aug 4th 2014, 02:21 markstory Thatâ??s what I read.
# Aug 4th 2014, 02:20 markstory They go over the most important parts.
# Aug 4th 2014, 02:20 markstory angelxmoreno: have you read the php.net docs?
# Aug 4th 2014, 02:20 LckyBy517 thats where ir an into a problem yesterday
# Aug 4th 2014, 02:20 LckyBy517 but its in another controller than the entries controller hehe
# Aug 4th 2014, 02:20 LckyBy517 just need to paginate my entries, limit to 5 per page and order them descending based on created date
# Aug 4th 2014, 02:19 Hippo ill gist it for you, what do you need?
# Aug 4th 2014, 02:19 LckyBy517 ugh now to figure out pagination again haha :(
# Aug 4th 2014, 02:18 Hippo angelxmoreno, it takes time and hard work :)
# Aug 4th 2014, 02:18 angelxmoreno i kid markstory
# Aug 4th 2014, 02:17 LckyBy517 Hippo: what you told me to do hehe
# Aug 4th 2014, 02:17 angelxmoreno cuz we aint all geniues like jose_zap, savant and markstory :-P
# Aug 4th 2014, 02:16 Hippo angelxmoreno: good idea ^^
# Aug 4th 2014, 02:15 angelxmoreno http://techportal.inviqa.com/2009/06/30/migrating-to-php-5-3/ seems good too. i think i will document these and later put them in the cook book for all to review
# Aug 4th 2014, 02:14 Hippo LckyBy517: what worked?
# Aug 4th 2014, 02:14 angelxmoreno Hippo: damn, found http://php.net/manual/en/migration53.php
# Aug 4th 2014, 02:12 LckyBy517 one thing that i'm not sure on period is like in my entries table i have author field which is just the ID from the users table of who wrote the article, no idea how to link them so i can show the authors username rather than id without making separate query or is that how its done?
# Aug 4th 2014, 02:11 angelxmoreno Hippo: looking for something geared towards a seasoned php 5.2 programmer. i want to skip all the stuff i know and jump into "New in PHP 5.3!"
# Aug 4th 2014, 02:11 LckyBy517 \o/ that worked haha
# Aug 4th 2014, 02:10 angelxmoreno Hippo: that seems a bit too basic
# Aug 4th 2014, 02:08 Hippo and http://www.amazon.com/PHP-MySQL-Web-Development-Edition/dp/0672329166
# Aug 4th 2014, 02:08 Hippo angelxmoreno: http://www.phptherightway.com/
# Aug 4th 2014, 02:07 angelxmoreno btw, i need a good php 5.3 book. i want to master the oop goodies it offers
# Aug 4th 2014, 02:07 angelxmoreno markstory: lol, i know, i see them commit message email :-P
# Aug 4th 2014, 02:06 markstory Iâ??m also working on it *right now*
# Aug 4th 2014, 02:06 LckyBy517 hehe, thats why i make sure i mention i'm on 3 to help avoid confusion
# Aug 4th 2014, 02:06 markstory angelxmoreno: most things look different enough - at least for the orm things.
# Aug 4th 2014, 02:06 angelxmoreno LckyBy517: no really, he is working on it right now. markstory has a commit in there that is like 13 minutes old :-P
# Aug 4th 2014, 02:06 angelxmoreno we should make a seperate channel for cake3, i remember when cake2 went stable. 90% of the convos where wasted because people using 1.3 did not mention they were not on 2.x
# Aug 4th 2014, 02:05 markstory Iâ??m working on it.
# Aug 4th 2014, 02:05 LckyBy517 i wish debug_kit was working :( haha
# Aug 4th 2014, 02:05 markstory or enable query logging.
# Aug 4th 2014, 02:05 markstory you can do $query->sql() to see the sql it is running
# Aug 4th 2014, 02:05 markstory in your example $entry is a query