PHP Scripts - CRUD Gen - CodeCanyon
CRUD Gen his title this type of PHPScripts/DatabaseAbstractions This time I will review,made by dilab, PHPScripts/DatabaseAbstractions is sold at a price of $8 in CodeCanyon. php crud // php crud generator // php crud script //Created | 11 January 11 |
Last Update | 10 September 11 |
Compatible Browsers | IE7, IE8, IE9, Firefox, Chrome |
Software Version | PHP 5.0 - 5.2, PHP 5.3, MySQL 5.x, jQuery |
Files Included | JavaScript JS, HTML, CSS, PHP, SQL |
CRUD Gen is a server side application. It automatically creates a CRUD [Create,Read,Update,Delete] grid table for any database table you specify.
It is very useful if you are creating a back-end admin panel for your system. And you can also use it to give your client an editable table without revealing your DB connection info.
It is highly customizable, which means, you can control table’s titles, specify which column to show and hide, limit sortable columns, control CRUD operations.
CRUD Gen is built with jQuery UI CSS framework, which means you can download any UI theme from jQuery UI and apply to your data grid.
Updates:
- version 1.2:
- Ajax live search.
- Cleaner code in grid_controller.php and crud.js. Speed is improved.
- Refresh button to reload data grid.
- Updated manual file.
- version 1.1:
- Updated manual on how to hide a column, how to change primary key.
Requirements:
- Currently it supports MySql only
- Primary key on your database table(default is “id”,but you can change it to anything).
- Single instance per page currently.
Features:
- Auto CRUD operations
- Auto Sortable columns
- Auto Pagination
- Disable/enable CRUD operations
- Disable/enable sortable column
- Hide column
- Customizable number of records per page
- Customizable width of the front table
- jQuery UI CSS Framework
DEMO :
Manual File: http://www.the-di-lab.com/cc-demo/php/crud/manual/ Demo: http://www.the-di-lab.com/cc-demo/php/crud/index.html
Manual file is included in download file.
No comments:
Post a Comment