Zend Framework - Can view helpers be user inside of partials?

Posted by Bob Spryn on Stack Overflow See other posts from Stack Overflow or by Bob Spryn
Published on 2010-03-11T05:38:57Z Indexed on 2010/03/11 5:43 UTC
Read the original article Hit count: 266

Filed under:
|
|

Working on implementing view helpers and partials to create a group of reusable display objects. Previously addressed in my question here: http://stackoverflow.com/questions/2389531/zend-framework-when-to-use-viewscripts-partials-vs-view-helpers

Wondering if partials can call view helpers of their own, and if they can whether those helpers will have access to the original view (since the partials don't).

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about zend