Managing CSS and JavaScript files within a Zend Framework App - A Different Approach - View Plugin

Reading this article on the Zend Framework Blog Managing CSS and JavaScript files within a Zend Framework App, speaking personally as a front-end developer I would use a different system. In my approach loading up different CSS/JS files per controller is the exception not the rule. We load additional CSS/JS when we need to do something very special, for example a page with a flash file uploader. I also think loading dependent files outside of the controller can make it difficult for other developers to work on your code....

February 5, 2010 · Benjamin Sternthal