Recommend this page to a friend! |
Download .zip |
Info | View files (28) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-01-03 (9 years ago) | Not yet rated by the users | Total: 1,876 | All time: 2,038 This week: 1,099 |
Version | License | PHP version | Categories | |||
phpforms 1.0 | Free for non-comm... | 4.3.0 | HTML, Validation |
Description | Author | ||||||||||||||
This package can be used to generate and validate. |
|
Zebra PHP Framework PHP HTML Form Processor Class author Stefan Gabos, ix at nivelzero dot ro version 1.0 BETA (last revision: December 18, 2006) copyright (c) 2006 Stefan Gabos A PHP class for HTML forms generation and validation. It provides an easy and intuitive way of handling both HTML form design (based on templates) and basic server-side form validation. Custom validation (both server-side and client-side) can also be implemented very easily. It provides all the basic controls available in an HTML form like text controls, textarea controls, submit buttons, reset buttons, standard buttons, drop down boxes, radio buttons, checkboxes, image controls, hidden controls, file upload controls, password controls and a date picker control. In order for the date control to work you must also download the PHP Date Picker Class from this address http://stefangabos.blogspot.com/2006/05/zebra-php-framework-downloads.html and configure the PHP Form Generation and Validation Class by setting the datePickerPath property to point to the date picker class This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. For more resources visit {@link http://stefangabos.blogspot.com} |
Files | / | examples |
File | Role | Description |
---|---|---|
example.php | Example | example script |
example.xtpl | Data | example template file |
Files | / | includes |
File | Role | Description |
---|---|---|
class.htmlform_button.php | Class | class for button controls |
class.htmlform_checkbox.php | Class | class for checkbox controls |
class.htmlform_control.php | Class | generic class that all the form's controls extend |
class.htmlform_date.php | Class | class for date controls |
class.htmlform_file.php | Class | class for file upload controls |
class.htmlform_hidden.php | Class | class for hidden controls |
class.htmlform_image.php | Class | class for image controls |
class.htmlform_label.php | Class | class for label controls |
class.htmlform_password.php | Class | class for password controls |
class.htmlform_radio.php | Class | class for radio controls |
class.htmlform_reset.php | Class | class for reset controls |
class.htmlform_select.php | Class | class for select controls |
class.htmlform_submit.php | Class | class for submit controls |
class.htmlform_text.php | Class | class for text controls |
class.htmlform_textarea.php | Class | class for textarea controls |
class.xtemplate.php | Class | XTemplate Templating Engine |
license.txt | Lic. | license of the XTemplate templating engine |
Files | / | templates | / | default |
File | Role | Description |
---|---|---|
alert.png | Icon | image for error messages |
calendar_icon.gif | Icon | icon for the date picker |
htmlform_jscript.js | Data | java script file |
style.css | Data | default stylesheet file |
template.xtpl | Data | default template file |
phpforms-2007-01-03.zip 50KB | |
phpforms-2007-01-03.tar.gz 35KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
PHP date picker class | .zip .tar.gz | TO BE ABLE TO USE THE DATE CONTROL | Conditional |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Documentation Documentation for the PHP HTML Forms Generation and Validation Class |