News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
A Zend_Captcha example
October 23, 2008 @ 10:27:17

Robert Basic found the creation of a CAPTCHA with the Zend_Captcha and Zend_Form components of the Zend Framework "a bit tricky" and decided to share an example he's come up with to help others out there.

I'll just show a quick example how to implement Zend_Captcha into a Zend_Form, may be useful for someone. There are several CAPTCHA types in ZF, like the Image, Figlet and Dumb. I use Image.

He includes the code for his form where the CAPTCHA component is configured to use a certain directories for the location to put the images, the font to use, and the label to put on it. He sets up the action for it and creates a captchaAction method in the same controller. This does the validation on the entered term to ensure that it matches the string in the image exactly.

0 comments voice your opinion now!
zendframework zendcaptcha zendform tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Use Zend Framework Action Helpers to Reduce PHP Code Redundancy

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)

Lior Messinger's Blog: 5 Frameworks Every Software Architect Should Consider

Zend Developer Zone: Zend_Gdata for Picasa, YouTube, Google Documents List

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and Gearman


Community Events









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


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

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