Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.md | 2012-01-08 | 2.4 kB | |
zebra_form.2.7.6b.zip | 2012-01-08 | 262.5 kB | |
Totals: 2 Items | 264.9 kB | 0 |
Zebra_Form, a jQuery augmented PHP library for creating and validating HTML forms
Zebra_Form is a PHP class that simplifies the process of creating and validating HTML forms. Its object-oriented structure promotes rapid HTML forms development and encourages developers to write clean and easily maintainable code. It frees the developers from the repetitive task of writing the code for validating forms by offering powerful built-in client-side and server-side validation.
Has an integrated cross-site scripting prevention mechanism that automatically strips out potentially malicious code from the submitted data. It also prevents automated SPAM posts, out of the box and without relying on CAPTCHA by using the "honey pot" technique.
Forms layout can be generated either automatically or manually - using templates. When generated automatically, the generated output validates as HTML 4.01 Strict, XHTML 1.0 Strict or HTML5, and has the same look & feel across all major browsers like Firefox, Chrome, Opera, Safari, Internet Explorer 6+.
The client-side validation is done with jQuery 1.5.2+
It provides all the controls you'd expect in an HTML form and, additionally, date/time pickers, captcha and AJAX-like file upload controls.
Zebra_Form's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.
Requirements
PHP 4.2.0+ or PHP 5.0.2+ (preferably PHP 5.3.0 compiled with the “fileinfo” extension for more secure file uploads – read more at the change log for version 2.7.3)
jQuery 1.5.2+
Installation
Download the latest version, unpack it, and put it in a place accessible to your scripts.
Useful links
How to use | Download latest version | Documentation | Changelog | Comments