Re: Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-18 Thread Justin Gruenberg
On Thu, Jun 17, 2010 at 10:30 PM, Louie Miranda wrote: > Would it be possible to use different default.ctp (or shall I say, different > templates) for each controllers? > > To better understand, here's some: > > EXAMPLE: > CONTROLLER/PAGE/URL: example.com/welcome &

Re: Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-17 Thread Louie Miranda
layout = 'goodbye'; > > Jeremy Burns > *Class Outfit* > * > * > jeremybu...@classoutfit.com > http://www.classoutfit.com > > On 18 Jun 2010, at 04:30, Louie Miranda wrote: > > Would it be possible to use different default.ctp (or shall I say, > different templat

Re: Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-17 Thread Jeremy Burns | Class Outfit
In your controller function type: $this->layout = 'goodbye'; Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 18 Jun 2010, at 04:30, Louie Miranda wrote: > Would it be possible to use different default.ctp (or shall I say, different >

Re: Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-17 Thread Louie Miranda
Great!!! thanks a lot. -- Louie Miranda - Email: lmira...@gmail.com - Web: http://www.louiemiranda.com On Fri, Jun 18, 2010 at 12:22 PM, Zaky Katalan-Ezra wrote: > Use theme > http://book.cakephp.org/view/488/Themes > > Check out the new CakePHP Questions site http://cakeqs.org and help > othe

Re: Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-17 Thread Zaky Katalan-Ezra
Use theme http://book.cakephp.org/view/488/Themes Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake

Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers?

2010-06-17 Thread Louie Miranda
Would it be possible to use different default.ctp (or shall I say, different templates) for each controllers? To better understand, here's some: *EXAMPLE:* CONTROLLER/PAGE/URL: example.com/welcome VIEW/TEMPLATE: /app/views/layouts/welcome.ctp CONTROLLER/PAGE/URL: example.com/goodbye