need to be tested but I think you can do that in
/app/app_controller.php

function beforeFilter() {
 if ($this->name == 'Pages') {
   switch($this->action) {
     case 'about':
       $this->layout = 'about';  // /app/views/layouts/about.ctp
       break;
     case 'home':
       $this->layout = 'home';  // /app/views/layouts/home.ctp
       break;
 }
}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to