Zend Framework tips and tricks
Juozas has posted a great article about tips and tricks to consider when developing Zend Framework applications.
He divides his tips into five main areas:
- Separate logic
- Globals
- Use form values, not request
- Do not rely or use exit()/die()
- Use a framework, not PHP
Everyone should read it!

