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
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
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].
Visit this group at http://groups.google.com/group/cake-php?hl=en.