You are not logged in.
This video outlines a little trick I've found immensely helpful in larger applications: managing your css selectively. Luckily, the Zend Framework is built with some great features for handling this case using Zend_View and Zend_Layout. Enjoy!
Offline
Nice ZendCast!
I would like a follow-up showing the css- (and js-) minify in action. Maybe the files can be combined and minified automatically ?
Offline
Would love to know that aswel, so we don't have to minify manually every time we edit the files. PHP would do that for us so we can keep a dev copy and have one stripped for production.
Offline
there are definitely ways of doing the minification automatically. you can create an object that grabs the headScript and runs the file through Minify (there's an open source library for this). I could put a screencast together around this if you'd like.
Offline