Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (7) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-11-20 (9 years ago) | 74% | Total: 4,462 This week: 2 | All time: 608 This week: 591 |
Version | License | Categories | ||||
formitable 1.0.0 | GNU Lesser Genera... | HTML, Databases |
Description | Author | |||||||||||||
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: |
|
Running the Example Script (Formitable_demo.php): 1) Use phpMyAdmin or the MySQL prompt to execute MySQL_dump.sql on a database of your choice. 2) Open Formitable_demo.php in your favorite text editor and change the username, password and DB vars. 3) Don't change any file names, run the example script. 4) Fill out the form and submit it. 5) If step 4 is successful, run the script again appending "?ID=1" to the URL to retrieve and update your new record. See the Formitable website for more help and examples. http://formitable.sourceforge.net/ |
Files |
File | Role | Description |
---|---|---|
Documentation.html | Doc. | full list of methods and properties |
Formitable.class.php | Class | Core |
Formitable_demo.php | Example | PHP/HTML template. |
Formitable_style.css | Conf. | CSS template. |
MySQL_dump.sql | Aux. | MySQL demo table dump. |
README.TXT | Doc. | Demo instructions |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (4) | |||||||||||||||||||||||||||||||||||||||||||
|
|
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 |
Formitable Homepage More examples and docs, hosted by SourceForge. |