How to redirect in models or not in contrroler? use standart zend redirector helper
$redirector = new Zend_Controller_Action_Helper_Redirector();
$redirector->gotoUrl('/');
How to redirect in models or not in contrroler? use standart zend redirector helper
$redirector = new Zend_Controller_Action_Helper_Redirector();
$redirector->gotoUrl('/');