News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Vinu Thomas' Blog:
Quicker and cleaner Form using Zend Form
0 comments :: posted Wednesday February 13, 2008 @ 08:56:00
voice your opinion now!

On his blog today, Vinu Thomas has an example of what he calls a "quicker and cleaner form" using the Zend_Form component of the Zend Framework.

Usually handing forms involves coding the form in HTML and performing client and server side validation, which usually makes the code for complex forms quite unwieldy. Zend_Form which is available in Zend Framework version 1.5 aims at simplifying this process.

With this new version comes the ability to add in methods for validation right into the form definition. His example shows a traditional login form that checks things like if it's required, checking the length and adding filters to modify the input.

tagged with: zendframework zendform validate field definition


Chris Hartjes' Blog:
Simple User Registration in CakePHP 1.2, Part II
0 comments :: posted Wednesday January 23, 2008 @ 09:36:00
voice your opinion now!

Chris Hartjes has followed up on a previous post about user authentication in CakePHP with a few more comments in part two.

I got a question in the comments about my previous post on simple user registration about how to do some of the necessary validation for registration in the model. I thought I'd show some code I did to do exactly that.

He includes the code for his example with the key, he explains, being the use of a second field (the confirm password field) to do the validation.

tagged with: user registration cakephp validation confirm field


PEAR cakephp application book database ajax package framework developer releases security conference mysql job pecl code PHP5 zendframework release zend

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