Closed Saeven closed 11 years ago
Are you wanting the Twig namespace or the ZF2 module that the script resides in?
The module the script resides within, precisely.
Thanks!
Scribbled on my iPhone
On 2012-11-27, at 20:05, Kyle Spraggs notifications@github.com wrote:
Are you wanting the Twig namespace or the ZF2 module that the script resides in?
— Reply to this email directly or view it on GitHub.
Not sure you can, probably short of extending Twig with a new tag and setting the namespace at the beginning of the view file.
You would have to somehow inject the module namespace into the view. Perhaps via a listener? This isn't really a Twig question as much as a ZF2 question.
Thanks for your help.