News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Setting Custom Error Messages for Zend_Form_Element
October 11, 2012 @ 08:58:37

On PHPMaster.com today there's a new post for all the Zend Framework (v1) users out there. In it, Aurelio De Rosa shows you how to set custom error messages for elements in a Zend_Form.

In this article I'll show the solution to a common problem which arises when a developer has to create a non-English website or application that is based on the Zend Framework. How do we mark a field of a Zend_Form which is a Zend_Form_Element as invalid, showing one or more custom error messages? The problem is mainly caused by the native counter-intuitive methods of the Zend_Form_Element class which I'll explain in more details.

He's included a basic example showing the creation of a form and the setup of a text element and some validators to match. He makes a controller and view to handle the output and submission then shows how to use "setErrors" (and "setErrorMessages") of the Zend_Form elements to setup that custom error. This only lets you set one message, though, regardless of the point of failure. To stop things when there's an error, you have to set the "breakChainOnFailure" parameter on the validator to false - then the message will make more sense.

0 comments voice your opinion now!
zendframework1 zendform custom error message element tutorial


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Build a web-based notification tool with XMPP

Community News: Zend/PHP Conference & Expo 2007 Site Posted

Zend Framework Blog: Zend Framework 1 is Migrating to Git!

Dzone.com: A Free Amazon EC2 Cloud Server Based LAMP

DevShed: Generating View from MySQL to Simulate the Model-View-Controller Schema in PHP


Community Events











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


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

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