Page 13 of 211,232, showing 20 records out of 4,224,630 total, starting on record 241, ending on 260
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 15:34 | altos | not to imply i'm not a college student :-p |
# | Aug 6th 2008, 15:34 | Tom_M_ | which is turning out pretty kick ass. but i need to polish up and clean up |
# | Aug 6th 2008, 15:35 | altos | Yeah I <3 PHP and MVC (have a .net background) just glad someone made a framework that appeals to me. |
# | Aug 6th 2008, 15:35 | altos | **** RoR |
# | Aug 6th 2008, 15:35 | altos | er not someone |
# | Aug 6th 2008, 15:35 | Tom_M_ | http://cloud-9ine.com/ plug ;) |
# | Aug 6th 2008, 15:35 | altos | some community |
# | Aug 6th 2008, 15:35 | Swiatecki | where is the std. layout ctp file? (the file that is used when there isnt a default.ctp) |
# | Aug 6th 2008, 15:36 | Tom_M_ | Swiatecki - it should always go to default.ctp but if you dont have one in your /app its under /cake/libs |
# | Aug 6th 2008, 15:38 | Swiatecki | Tom_M_: and it would load /cake/libs/default.ctp? |
# | Aug 6th 2008, 15:38 | Tom_M_ | ... /cake/libs/view/layouts/default.ctp |
# | Aug 6th 2008, 15:39 | TommyO | Swiatecki: but since you never ever change anything in the core, editing that file would be a no-no |
# | Aug 6th 2008, 15:39 | Tom_M_ | don't alter that thought if you wanted to change default layout . copy it (any other things) from there and put in your respective /app location |
# | Aug 6th 2008, 15:39 | Tom_M_ | it'll override if present else default down |
# | Aug 6th 2008, 15:39 | Swiatecki | yeah ofc. just wanted to see how it was dreated |
# | Aug 6th 2008, 15:39 | Swiatecki | *created |
# | Aug 6th 2008, 15:39 | TommyO | Swiatecki: if you bake your app you'd get a copy in your new app's baked structure |
# | Aug 6th 2008, 15:39 | Tom_M_ | k |
# | Aug 6th 2008, 15:41 | TommyO | Swiatecki: an entire app dir structure exists in cake/console/libs/templates/skel which is what bake uses for its source |
# | Aug 6th 2008, 15:42 | Swiatecki | k, hmm gotta look at that bake stuff :p |