Cakephp, title_for_layout on Pages Controller
- by ion
I cannot set title_for_layout on the default PagesController that comes by default with cakephp 1.3.
I am using the following code on the display function:
$this->set('title_for_layout','some title');
What am I doing wrong ???