Tag Archives: ZF

nginx + Zend Framework @ Windows

If you feel pretty boring with Apache, just like me, so having a try of nginx might be good idea. Although at most of my time, I’m using Windows, fortunately, nginx has native Windows build. So my steps might be … Continue reading

Posted in Programming | Tagged , , , , , | 2 Comments

Zend Framework Multiple Helper Path Configuration

As you may have multiple configuration for helpers of Zend View, simply configure as below will help resources.view.helperPath.Zend_View_Helper = APPLICATION_PATH “/views/helpers” resources.view.helperPath.My_Custom_Helper = “/path to helpers” The “My_Custom_Hepler” is the prefix, so that you can support your different modules’ help … Continue reading

Posted in Programming | Tagged , , , , , , | 1 Comment