Interview Questions

How can you set custom page title for the static page?

CakePHP Interview Questions and Answers


(Continued from previous question...)

How can you set custom page title for the static page?

To set a custom page title, copy-paste following code anywhere in your static page (.ctp) file:
$this->set("title_for_layout", "My page title");

(Continued on next question...)

Other Interview Questions