Just a heads up, for starters, the app_controller.php file is best placed in `\app\app_controller.php` rather than the Cake libraries because if/when you go to upgrade it'll get over-written. How is the "code for changing page name" called? in `beforeFilter()`? or elsewhere? If it's something common like `beforeFilter()` make sure that your child classes are calling the proper parent function, ex: `parent::beforeFilter();`
On Nov 4, 12:51 am, Jipson <[EMAIL PROTECTED]> wrote: > Hi All, > In my cakephp project Page title, meta name and description are > stored in a table in database. > in my Cart\cake\libs\controller folder app_controller.php file is > there. In that file I wrote code for changing page name.In some > controllers I am not getting the page title. can anyone please help > me? > > Thanks in advance > Jipaon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
