Re: How to EDIT default layout in CakePHP 2.0.5?

2012-01-12 Thread burntcake
yep, seems obvious in hindsight...  I was following the the blog
tutorial but it seems to assume prior knowledge of the last version of
Cake...

On Jan 11, 5:14 pm, AD7six andydawso...@gmail.com wrote:


 out of curiosity - did the idea to simply look for the file
 default.ctp in your project not arise?

 AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


How to EDIT default layout in CakePHP 2.0.5?

2012-01-11 Thread burntcake
Hi all,

I want to change the default layout in 2.0.5 but the only instruction
I can find is to create: APP/View/Layouts/default.ctp.

But I want to edit the existing one, so that I can see clearly how
it's already structured, not to define my own brand new one from
scratch.

It seems this was easily done in previous versions, but I have not
been able to find how it's done in version 2?

Any help would be appreciated!

Thanks,

Glen.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: How to EDIT default layout in CakePHP 2.0.5?

2012-01-11 Thread Jeremy Burns | Class Outfit
It's the same as it always was; grab the one from the main Cake library and 
paste into the location you mention below, then edit away.

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 11 Jan 2012, at 15:26:04, burntcake wrote:

 Hi all,
 
 I want to change the default layout in 2.0.5 but the only instruction
 I can find is to create: APP/View/Layouts/default.ctp.
 
 But I want to edit the existing one, so that I can see clearly how
 it's already structured, not to define my own brand new one from
 scratch.
 
 It seems this was easily done in previous versions, but I have not
 been able to find how it's done in version 2?
 
 Any help would be appreciated!
 
 Thanks,
 
 Glen.
 
 -- 
 Our newest site for the community: CakePHP Video Tutorials 
 http://tv.cakephp.org 
 Check out the new CakePHP Questions site http://ask.cakephp.org and help 
 others with their CakePHP related questions.
 
 
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: How to EDIT default layout in CakePHP 2.0.5?

2012-01-11 Thread jeremyharris
FYI it's here (the same as your app structure): / lib / Cake / View / 
Layouts / default.ctp 

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: How to EDIT default layout in CakePHP 2.0.5?

2012-01-11 Thread burntcake
Thanks for your replies, I was looking in the app dir as specified (I
don't have an APP) dir, not in lib/Cake/View/Layouts...  I'm not sure
why the default page specifies a (seemingly) different dir.

Thanks,

Glen.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: How to EDIT default layout in CakePHP 2.0.5?

2012-01-11 Thread AD7six


On Jan 11, 5:22 pm, burntcake glen_corco...@yahoo.com wrote:
 Thanks for your replies, I was looking in the app dir as specified (I
 don't have an APP) dir, not in lib/Cake/View/Layouts...  I'm not sure
 why the default page specifies a (seemingly) different dir.

out of curiosity - did the idea to simply look for the file
default.ctp in your project not arise?

AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php