News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Validating Zend_Forms using model objects
May 08, 2009 @ 10:27:30

Jani Hartikainen has posted a three-step process to his blog about handling the information submitted into a Zend_Form instance with a model.

Zend_Forms, models, validation and how they all work together is a tricky topic. There are many opinions and many ways to do it. This time I'll show you what I think could be the answer to validating forms without having to duplicate validation code both in a model class and in your form.

He creates a simple model interface (with get, set, isValid and getMessages methods) and a validator extended from Zend_Validate_Abstract to pass the information back into the model through an isValid method call. The validator is then added to each element you want to use it on in the addElement call on the Zend_Form object.

0 comments voice your opinion now!
validate zendform model object validator isvalid addelement zendframework


blog comments powered by Disqus

Similar Posts

The Bakery: Six New Components/Articles/Tutorials (SOAP, XHR, Tickets, Models, Releases & Flashes)

Michael Feichtinger's Blog: HTML5 WebSockets Example

DevShed: An Introduction to Building Proxy Classes with PHP 5

Zend Developer Zone: Zend Framework 1.0.2 Released

PHPBuilder.com: Managing Zend Framework Layouts


Community Events











Don't see your event here?
Let us know!


application interview tool example introduction language phpunit code zendframework2 unittest functional series release conference podcast opinion testing community framework development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework