To an extent, yes, this could be solved with base / mini controllers. Of course then you have a whole other bunch of abstract controllers which have to be protected from the web. Also, you very quickly end up with very complex class hierarchies if you want to have, say some actions from one base controller, some from another, but not the ones from another etc etc. Adding actions as part of a component lets you take a more aspect oriented approach to design.
Simon --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
