Zend Framework - Can view helpers be user inside of partials?
- by Bob Spryn
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).