Juozas Kaziukenas’ Blog: Zend Framework tips and tricks
Juozas Kaziukenas shares some of his thoughts about best practices working with Zend Framework.
It’s always good to use great tools, but you need to make sure that you use them correctly, not just trying to code “just for it to work”. For this reason I decided to write down my usual list of things I mention when taking over some legacy project or just consulting someone how to start.
Jouzas brings to light most common programming mistakes of people using Zend Framework and proposes solutions. His tips cover business logic separation, use of globals, forms, response and other cases.