I need to pass id to another controller action in the controller. I try to the save id in ZendRegistry and get it into the target class.
$id=$_POST[eid];
Zend_Registry::set('id', $id);
I used above code but it isn’t working. Please help me. Thanks.
To SET the Value to Registry:
To GET the Value from Registry :
for further details click me