Simple Zend Framework tutorial
Ryan Mauger has produced a simple tutorial showing how to implement the basic CRUD operations using Zend Framwork.
Creating a nice, easy to maintain form, starts with a form class. Creating your forms procedurally in your controller/actions is horrid. please don’t do it.

