1.

How we can set custom page title in cakePHP?

Answer»

To SET a custom PAGE title, COPY & paste following code anywhere in your (.CTP) file.
$this->set("title_for_layout", "Home Page | bestinterviewquestion.com");



Discussion

No Comment Found