I am wondering if Zend view variables are available in my view helper class without passing them in directly as parameters
thanks
Luca
As all view helpers have reference to the view in their $view
property, the answer is yes.
What you won't know from the helper side is which properties are available. It would be better to pass any required properties to the helper at call or construction time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With