Tag Archives: mvc
Unit Testing Action Helpers
A look at how action helpers function and effective ways of unit testing them.
Introducing Action Helpers
A look at how Action Helpers can help you build controller-level-functionality without duplicating code.
Unit Testing Models
A walkthrough on how to build up a simple model layer using a test-driven development approach.
Doctrine Relations and Zend MVC
This short podcast covers how you can easily build a form using Zend’s MVC model via Zend_Controller and using Doctrine for persistence. You can download the source code or browse it online. Enjoy!