RosSoft wrote:
> 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)

I saw that everybody use this method in documentation on wiki, but I
prefer to keep the sources intact use the extends to add/modify objects
behavior.

Thanks
Bye

Davide

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to