PHP Classes

Packages of Gamaiel Zavala

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Gamaiel Zavala (2)  >  Mission progress status  >  Reputation  
Picture of Gamaiel Zavala
Name: Gamaiel Zavala <contact>
Classes: 2
Country: United States United States
Age: ???
All time rank: 42353 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 6551
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image DBtable2form  
Create a form from a MySQL table with 3 lines.
This class reads a MySQL table and outputs a form using the best input type for each field. Very easy to get started. Includes basic form customization methods. It is meant to give you a jumpstart on creating a custom form and save alot of HTML coding. This class has been superseded by a more versatile class called Formitable.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 83% - - - - 49% 2769
Month: Not yet rated by the users

  Files folder image Formitable  
Create a submit-ready HTML form from a MySQL table
Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. It analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission. Features include:
# Output a complete form in a few lines of code
# Validate data via regular expressions and provide custom feedback
# Run an arbitrary function against any value to modify or validate
# Support for normalized data/lookup tables
# Easily retrieve and update existing records
# Customize all aspects of output, integrate forms into your layout
# Full CSS styling
# Output the form from a template to ease custom layouts
# Accessibility support such as labels, fieldsets, legends and more
# Outputs attributes such as MAXLENGTH to reflect your table design
# Easy integration into templating systems
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 97% 85% 86% 83% - - 74% 111
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z