Hi,
In my application I used to put the common functions in app/app_controller. And from other controllers, I am calling those functions. Anything wrong with this ? Now the app/app_controller.php file become very big. I came to know about components (from http://manual.cakephp.org/chapter/components) . Can anybody explain the advantages/disadvantages of using components ? I know that components are reusable and can be maintained easily. Is there any other advantages/disadvantages using that (performance related) Or anything wrong with my first approach ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
