Posts tagged ‘Zend_View_Helper_Partial’

ZF: assigning objects to partials the easy way

Recently, I have been using view script partials (Zend_View_Helper_Partial) and wanted to assign an object as an object to a partial and have full use of it in the partial. I found the solution in the ZF manual very impractical and thought of another way to solve this. In this post I describe the ‘ZF manual’ way to do it, and my easier way.

Continue reading ‘ZF: assigning objects to partials the easy way’ »