cakephp page title in view cake1.3

Thursday, May 20th, 2010 | CakePHP

In order to change page title in cakephp inside a view just use the code bellow
$this->set('title_for_layout', 'my cakephp page title');