phpScaffold
Scaffold is a powerful standalone PHP class that dynamically creates CRUD functionality for a database table. It is designed to dramatically decrease the time it takes to get your database-driven application up and running.
phpScaffold easily and speedily creates straightforward CRUD scaffold modules for PHP/MySQL. It
takes a project name and a schema dump from a browser session, and cooks HTML5
websites for croping and editing its tables.
The item features procedure centered authentication; searching, sorting and paging
establishments in list webpage; along with the produced forms takes action to help column types
text, date, datetime, (var)char and bool (int(1)).
Some Important Note
The table must be up and running; phpScaffold doesnt change anything in the database.
You can add text search criteria adding text as third parameter to search_options (in search page).
Features
-> Support for one-to-many relationships (many-to-many are on the todo list)
-> Image uploading and resizing
-> Thumbnail generation
-> Supports file uploads with extension validation
-> Disable certain actions (show, add, edit, or delete)
-> Handles SET or ENUM fields as select boxes
-> Sort by any of the columns
-> Pagination
-> Hide different columns from the listing table or from all views
-> Automatic recognition and handling of created and modified date fields
-> Easy to extend and style to fit into various projects
You can use http://www.phpscaffold.com/ for generate scaffold.
0 Comment(s)