hello, my controllers have interfaces for all CRUD's action. When i wanna change the behavior of my actions, i change the implementations of interface. So, inside one controller, i have to create a instance of one class that implements the interface, and call the one method. But, i cant associate an class with a model without use controller. My question is:
Can i have a class, that not extends AppController, and this class to be to associated with a model? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
