News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
ZF2 Forms in Beta5
July 09, 2012 @ 09:34:05

In this new post to his blog, Matthew Weier O'Phinney about some of the recent updates in the latest beta (beta5) of the Zend Framework 2's "Forms" component.

Forms are a nightmare for web development. They break the concept of separation of concerns: they have a display aspect (the actual HTML form), they have a validation aspect and the two mix, as you need to display validation error messages. On top of that, the submitted data is often directly related to your domain models, causing more issues. [...] Add to this that the validation logic may be re-usable outside of a forms context, and you've got a rather complex problem.

He talks about the newly-rewritten form component along with the new InputFilter to accompany it. He includes an example of using this new component - making a User form that, based off of some annotation rules, does some validation on the property values and things like "required" and custom types. He also talks about some of the other features included in the new package like hydration, complex annotation support and tools to work with collections.

You can download this latest beta release from the packages.zendframework.com site.

0 comments voice your opinion now!
zendframework2 form component beta5 annotation tutorial


blog comments powered by Disqus

Similar Posts

php|architect: Using PHP5's SOAP Support

IBM developerWorks: Build Ajax-based Web sites with PHP

Matthew Weir O'Phinney's Blog: Login and Authentication with Zend Framework

Derick Rethans\' Blog: Parsing Mail with PHP

Rob Allen's Blog: File uploads with Zend_Form_Element_File


Community Events











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


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

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