News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Forms Validation with CakePHP
November 06, 2006 @ 07:56:00

In this new tutorial from Developer.com, they take one of the popular PHP frameworks currently - CakePHP - and demonstrate how to make a simple form, complete with validation.

They start with a brief look at what CakePHP is and where you can get it from as well as the basics of input validation concepts. From there, it's on to the default validators that are included with the framework.

CakePHP offers several default validators capable of ensuring a value is a valid email address (VALID_EMAIL), year (VALID_YEAR), number (VALID_NUMBER), or non-empty (VALID_NOT_EMPTY).

Thanks to these built-in validation methods, some of the most common input validations are a snap. If you need a little something more, though, the framework has you covered there too with custom validators - as easy to implement as its preset counterparts. Finally, they show how to set custom messages in your form, both error and notification, and tie it all together in a simple form that validates the input for a "team name" field to ensure it's all alpha characters.

0 comments voice your opinion now!
cakephp framework form validation builtin custom message cakephp framework form validation builtin custom message


blog comments powered by Disqus

Similar Posts

ThinkingPHP: Google Analytics PHP API (CakePHP Model)

Joshua Thijssen: @MultiParamConverter for Symfony2

DevShed: Building a PHP 5 Form Processor - Coding the Form Generator Module

DZone.com: What you must know about PHP errors...

Jonathan Snook's Blog: Multiple Validation as Behavior in CakePHP 1.2


Community Events











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


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

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