Hi,
I have a user controller in my site which handles all actions a user can
perform e.g:
login
activation
forgot password
etc
However, my registration process is quite long and I was wondering if I
should split this into another controller of it's own.
I'm not sure if that's the best solution, which would mean in my user
controller I would have something like:
function registerAction() {
//code to take me to the registration controller
}
Is this the best way to do it?
If so, what code could I use to forward from the User controller, to
Registration controller?
Thanks in advance for all the help
--
View this message in context:
http://www.nabble.com/Controller-To-Controller-%22Forwarding%22-tp20868955p20868955.html
Sent from the Zend Framework mailing list archive at Nabble.com.