Features of the Form Framework
- Main Features
- This Framework is an application that allows you to create CMS forms in an
easy way.
- All the forms created have the functions of Insert, Update, Delete
and Manage the registries of a table in the database. For example, it could be
useful to make a form that lets you to publish news in a website and managae them.
- It works with PHP and MySQL and it can be installed easily by
uncompressing the files included in the repository in an online or local server.
- Easy usable menu that offers a structure splitting the forms and the database managment.
- Data types used by the forms
- Text fields.
- Textarea fields.
- Date fields in different date formats.
- Checkbox and Radio Option fields.
- Select fields, included selecting rows from another table your the database.
- File fields.
- Password fields.
- Database Setup
- It is an area designed to introduce the configuration of the database that you
will use as data source for your forms.
- Database Table Creation
- As other applications, this feature allows you
to create tables in your database previously configured.
- Most used data types has been chosen to let you create your tables.
- It's a way to define your database tables easily and without having to think
so much on which kind of fields you have to configure.
- Database Navigation
- Like other applications, this feature allows to navigate through the registries
of your database, making it accessible and fastly checkeable in order to find
errors.
- This feature may have upgrades in the feature.
- Form creation
- Easy form creation through wizard forms.
- PHP and MySQL output as file and text.
- PHP Database Object for MySQL
- Allows to develop easy applications using MySQL databases
without wasting your time in writting so many lines of code
- Includes Select Queries, Insertions, Updates and Deletes