Zend_Form Introduction, Part 2
Category: Web Development > PHP      Posted: 02 Aug 09

This video is part 2 of my introduction to Zend_Form. These last two videos have been a bit long since Zend_Form has a lot of behavior.

I've also included the source code for this video. Hopefully this will help you follow along.

Zend_Form Introduction, part 1
Category: Web Development > PHP      Posted: 02 Aug 09

This screencast ran a little long, and unfortunately I'll have to post the rest next week. We start with creating a DTO (Data Transfer Object) that will house our data as we pass it from the Controller, to the form and then back to the view. Zend_Form is used for validation and rendering

Walkthrough of Contact Form
Category: Web Development > Other      Posted: 23 Jun 09

In some ways, the Contact Form is the "Hello, World!" application of web designers and web developers. It is nothing that hasn't been done before a mil...