function add_user()
{
$this->layout = 'add_user';
...
}
function login()
{
$this->layout = 'login';
}
On Jun 8, 3:32 pm, ricarou51 <[EMAIL PROTECTED]> wrote:
> Hi
>
> Is it possible to define a layout different for example , with the
> 'add_user' view and login view, in the controler users ?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---