Is it possible to call the member function of another controller in zend framework, if yes then how?
You should consider factoring out the code into either an action helper or to your model so that it can be called from both controllers that need it.
Regards,
Rob...