Archive for November 30th, 2009

This is quite handy if you’re working in a team and you don’t want the designer/client poking about in the controllers to set page titles. You can set them in the view using this code:
UPDATE thanks for bringing the v1.3 change to my attention JT.
12345v1.3
<? $this->viewVars[’title_for_layout’] = ‘My page title’ ?>

v1.2
<? $this->pageTitle = ‘My page [...]


top