News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


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

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