Tag Archives: zend
Zend Framework: Redirection
Just a small tips, for sometimes we will forget some simple codes. I wrote this post for my future reference, just like the rest of the codes. To redirect in Zend Framework, ex: from from action to another, like from … Continue reading
Appending Conditional Stylesheet / CSS on Zend Framework
Because of some browser incompatibility, you need to have some piece of CSS on your page for a specific browser, ex: IE. If you are using Zend Framework, it would be easy. In the controller, you can include the stylesheet … Continue reading
Printing a page without showing it
We can actually print a page without showing it. For example you have a form which has a print button, and when the print button is clicked, it will print the form in another format, say multi-page report or you … Continue reading
Zend Date Validations Don’t Work After Upgrading to 1.7
We have developed our ongoing application in Zend Framework 1.6.0 and later upgrade it to 1.6.2. After 2 months, Zend released their version 1.7. With no hesitation, I upgraded our application. However, the date validation didn’t work anymore. Here is … Continue reading




