Changing the layout and appearance

2011-01-25 Thread Kid
Hello, I'm new to cake php but i know a bit bout basic php.. I understand the MVC concept i think^^, i need to change the whole appearance and layout of a site powered by cakePhp..where can i find the file that controls the structure and appearance of the pages and how?? Sorry for my noobness.. tq

Re: Changing the layout and appearance

2011-01-25 Thread Jeremy Burns | Class Outfit
Start here: http://book.cakephp.org/view/1078/Views. Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 25 Jan 2011, at 00:16, Kid wrote: Hello, I'm new to cake php but i know a bit bout basic php.. I understand the MVC concept i think^^, i need to change the

Re: Changing the layout and appearance

2011-01-25 Thread andy_the ultimate baker
hi kid, u wont be kid for longer, don't worry. now first u need to find out the layout. the layout is created by default.ctp the path is as fallows cakephp/app/view/layout/default.ctp hope u r using cakephp 1.3. there u will get every aspect of layout. go and try. hope u got it. On Jan 25, 5:16 

Re: Changing the layout and appearance

2011-01-25 Thread mikek
Hello, I'm new to cake php but i know a bit bout basic php.. I understand the MVC concept i think^^, i need to change the whole appearance and layout of a site powered by cakePhp..where can i find the file that controls the structure and appearance of the pages and how?? Sorry for my

Re: Changing the layout and appearance

2011-01-25 Thread Steve
The default one is in cake/libs/views/layouts/default.ctp copy that to app/views/layouts where you can modify it to be as you wish. you can also add your own layouts and specify which is used through the controller. On Mon, 2011-01-24 at 16:16 -0800, Kid wrote: Hello, I'm new to cake php but