Zend_Registry: real life examples
- by takeshin
Do you find Zend_Registry useful?
For which tasks it should be used? For which not?
Global state for variables is not a good practice.
Main objects may have global state injected via $front->setParam('paramName', $object),
so what's the purpose of Zend_Registry?.