How can I extend a controller?
I want to create a PasswordsController to extend UsersController.
PasswordsController has a few specific functions to update, forgot, change password and would like to keep them separate from the UsersController since they are rather specific operations.
Is it possible to extend Passwords from Users other than var $uses - array('User')?
Thanks,
Dave
No comments:
Post a Comment