Why you're extending AppController to CustomController in all your controllers? (Same question for Models) If you want to do so, it's as easy as copy the files cake/app_controller.php and cake/app_model.php to app/app_controller.php and app/app_model.php. Then you can modify these files and all your controllers/models will inherit them. Be sure to put the files under app/ (NO app/controllers/app_controller and NO app/models/app_model.php)
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
