I have a controller called UsersController, where I process a user login from the users database table. As part of the user login I want to write an event to another database table named authentication_logs. I have created a separate controller for this called AuthenticationLogsController and in this controller I have an add method along with some other reporting methods specific to this database table.
My question is how can I call the add method of the AuthenticationLogsController from within a method in the UsersController? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
