Over at MaltBlue.com they’ve posted parts 1 and 2 of a series on using Zend Form and Zend Config together. Click on in, let me show you what you are missing.
Zend_Form and Zend_Config Parts 1 & 2
Extending Zend Form Element to create customized Phone number field
Remember phones? (yes those things you text with.) Anis Ahmad recently blogged about how he created a Zend_Form_Element to wrap not only the display but the validation of a phone number. While it won’t handle BR-549, it does seem to handle all modern phone numbers. If you use Zend Framework, click on in, I’ll give you the details and links.
Memphis PHP Meetup: July 22, 2010
Thursday, July 22, 2010 the Memphis PHP User Group will hold it’s monthly meeting. “Y’all come on down, ya hear?”
ZendCasts.com: Ajaxify Your Zend_Form Validation with jQuery
New from ZendCasts.com there’s a screencast that will help you ajaxify your Zend_Form instance with the help of jQuery.
ZendCasts.com: Creating Custom Zend_Form Decorators
On ZendCasts.com today there’s a new screencast aimed at showing off custom Zend_Form decorators for your Zend Framework application.
Zend_Form : Creating Composite Elements
Matthew Weier O’Phinney continues his series on Zend_Form this morning, writing about how you can create an element within Zend_Form, that will render multiple related form input fields together, and yet handle them all as a single entity.
Rendering Zend_Form decorators individually
Another article in Matthew Weier O’Phinney’s series on Zend_Form have been released on how to show decorators individually to end up with custom HTML to use in your application.
From the inside-out: How to layer decorators
This week Matthew Weier O’Phinney continues his mini-series on using Decorators in Zend_Form. This time talking about how to layer multiple decorators together to build up the full markup of an element. Potentially with reusable parts!
The simplest Zend_Form decorator
Matthew Weier O’Phinney, architect on Zend Framework, has started a series of blog posts about Zend_Form decorators. He wanted to explain how they worked since he had seen quite a bit of confusion over them in the past.
Database backed Zend_Form elements
A constant blogger of all things Zend Framework, Jani Hartikainen has this time made a post showing how to extend Zend_Form to handle automatically pulling data from the database to fill in your lists.

