Page 104 of 211,239, showing 20 records out of 4,224,772 total, starting on record 2,061, ending on 2,080
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 03:57 | thestaff | yeah firefox |
# | Aug 7th 2008, 03:57 | stevieboy | no, firebug, an addon |
# | Aug 7th 2008, 03:57 | TonkaTruck | Also the Routes docs references an :id-:slug route |
# | Aug 7th 2008, 03:58 | Martz | anyone tried the "biggest shortcut" in cakephp yet? Create a new project, app_controller.php with var $scaffold and beforeFilter() check for $this->params['admin'] and set $this->scaffold = 'admin'; and then all you need is model files, and all of your app is scaffolded instantly :D |
# | Aug 7th 2008, 03:58 | Martz | scaffolded and admin scaffolded views |
# | Aug 7th 2008, 03:58 | achew22 | TonkaTruck: in my opinion as a programmer though get the site going then add sluggable |
# | Aug 7th 2008, 03:58 | stevieboy | Martz: scaffolding for production use is bad imo |
# | Aug 7th 2008, 03:59 | achew22 | TonkaTruck: deal with that later, if you are using reverse routing and some tricks you can change it site wide in 10 min |
# | Aug 7th 2008, 03:59 | thestaff | how no i dont |
# | Aug 7th 2008, 03:59 | pgcd | please please: i can't understand how to use a containable for a habtm association... any pointers? |
# | Aug 7th 2008, 03:59 | Martz | stevieboy: sure. but its a new project and im building schema - why should I spend mins/hours creating controllers with var $scaffold in them is my point |
# | Aug 7th 2008, 03:59 | stevieboy | pgcd: did u check the cakebaker-site? |
# | Aug 7th 2008, 03:59 | thestaff | i just realised that the thickbox.css is full of errorr |
# | Aug 7th 2008, 03:59 | TonkaTruck | achew22: I was leaning that way except that I have this habit of _inserting_ stuff in the db to make sure stuff works. |
# | Aug 7th 2008, 03:59 | stevieboy | Martz: i see |
# | Aug 7th 2008, 04:00 | pgcd | stevieboy: i tried googling, it didn't show up... |
# | Aug 7th 2008, 04:00 | achew22 | TonkaTruck: 10% of the project takes 90% of the time, don't worry about that 10% at the start because it will feel like its taking FOREVER |
# | Aug 7th 2008, 04:00 | TonkaTruck | achew22: it's pre-cake habits that will be the death of me...my brain does not yet understand that my "add category" method is no more than 2 seconds away. |
# | Aug 7th 2008, 04:00 | stevieboy | http://cakebaker.42dh.com/2008/05/18/new-core-behavior-containable/ |
# | Aug 7th 2008, 04:00 | achew22 | TonkaTruck: rage against the machine that trained you to be inefficient |