View variables in Zend Framework Partial Loop
by Pascal Opitz on July 30 2008, 10:58
One of the fun things about Zend Framework is the possibility to extend the Framework classes with extras functionality. I got slightly annoyed that in a partialLoop I couldn’t access the view variables. here’s how I fixed it.
JS and CSS minification with YUI
by Pascal Opitz on July 25 2008, 10:49
At the moment I am working on a large website project, where for maintainability reasons I keep files separated and pretty verbose. Every box and page type would get its own CSS file, and all would be included through on big CSS …