I think you can also do this

$this->set('title'=>'The Title you want'));

and this will set the pageTitle

see http://api.cakephp.org/1.2/controller_8php-source.html#l00465

but I think you can also just do

$this->pageTitle = 'The Title you want' ;

since it's an attribute of controller not a method

--~--~---------~--~----~------------~-------~--~----~
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