Cakephp, title_for_layout on Pages Controller

Posted by ion on Stack Overflow See other posts from Stack Overflow or by ion
Published on 2010-04-13T11:06:05Z Indexed on 2010/04/13 11:13 UTC
Read the original article Hit count: 162

Filed under:

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

© Stack Overflow or respective owner

Related posts about cakephp