pass variable to every controller Using the Registry in Zend Framework

Posted by Behrang on Stack Overflow See other posts from Stack Overflow or by Behrang
Published on 2010-04-30T10:36:02Z Indexed on 2010/04/30 16:07 UTC
Read the original article Hit count: 166

Filed under:
|

Can I use zend Registry to save variable to use in other controller? this is my code that don't work in another controller:

Zend_Registry::set('id', $Id);

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about php