Pages

Thursday, November 3, 2011

How to set global variable, values or objects in zend?

Ans: Zend registry is the container that is used to register global variable or value / object . Exa: Zend_Registry::set('SITE_PATH', ‘localhost/zendapp’); Chears!

No comments:

Post a Comment