Description
Mysql CRUD – Data Management System  is a powerful Create-Read-Update-Delete (CRUD) generator application. 
You can intergrate it with your application and saved the development time. Mysql CRUD – Data Management System is very easy to use.
How this is different from my other items?
PHP offers three different APIs to connect to MySQL.
    - mysql (Original MySQL API)
 
    - mysqli (MySQL Improved Extension)
 
    - PDO extensions
 
 So, I create three version of CRUD with APIs above.
Features
- Form elements support: Textbox, Date,Datetime, Autocomplete, Textarea, Editor, Checkbox, Radio, Selectbox, tag, file
 
- Auto detect mysql field type (date, datetime, timestamp, time….)
 
- Join table support
 
- Anti sql inections
 
- Anti-XSS
 
- Anti-CSRF
 
- Upload file and image 
 
- Theme support
 
- CKEditor support
 
- Date and Datetime picker support
 
- Auto sortable columns
 
- Auto Pagination
 
- SubQuery support
 
- Callback function support
 
- Easy definition validate
 
Requirements
- PHP5+
 
- MySQL5+
 
- Mysql extension
 
- gd extension
 
Changelog
2013-08-15 - Version 1.0
- Initial release.