Archive for February, 2009
Zend_View with variable reference support (aka assign_by_ref)
Sometimes it it desired to to assign values to the template namespace by reference instead of making a variable copy. Because Zend_View lacks support of referenced variables, I wrote a simple class which extends Zend_View and implements this feature.
Read Full Post | Make a Comment ( None so far )

