Search Results

0
votes

Dynamically include .js files from Zend_Controller_Action?

Sure, you could do like @Bill Karwin described. But if you would like to do it really nicely, you need template inheritance - like it is implemented in Django framework for Python for insta …