Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we can set custom page title in cakephp?



How we can set custom page title in cakephp?..

Answer / Anoop Kumar Kureel

To set a custom page title, you can use the `$this->set('title', 'Your Title');` function in your controller:n```phpnpublic function actionName() {n $this->set('title', 'Your Title');n}n``` The page title will then be available in the view using `<?= $title ?>`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CakePHP Interview Questions

What is the default extension of view files?

1 Answers  


Which is better cakephp or laravel?

1 Answers  


What is habtm?

1 Answers  


What is default function and default controller of cakephp which is called automatically?

1 Answers  


What is helper in cakephp?

1 Answers  


What is cakephp?

1 Answers  


How do I set up cakephp?

1 Answers  


Which methods are used to create and destroy model associations on the fly?

1 Answers  


Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?

1 Answers  


What are components in cakephp.

1 Answers  


How can you make urls search engine friendly while using cakephp?

1 Answers  


How to run cakephp project in xampp?

1 Answers  


Categories