Sergio Rinaudo wrote:
Hi, I'm wondering if there is any 'best' or 'right' way to get zend registry instance within the zf1.8 bootstrap.
Thanks.

How about:

$registry = Zend_Registry::getInstance();

Reply via email to