PDOCrud – Advanced PHP CRUD application (Database Management System) (Database Abstractions)

PDOCrud – Advanced PHP CRUD application (Database Management System) (Database Abstractions)
PDOCrud is an advance PHP based CRUD application. It supports Mysql, Pgsql and Sqlite database. By writing just 2-3 lines of code only, you can perform insert/update/delete and select operation. You just to need to create object and call for render function for that table and everything will be generated automatically. It supports all types of database fields. Fields will be generated based on the data type. You can remove fields, change type of fields and can do various types of customization.

Code Example:

$pdocrud = new PDOCrud(); //create object of class
echo $pdocrud->dbTable(“orders”)->render(); //call render function for the table

Features:

  1. Very easy syntax and just 2 lines of code for default crud operations
  2. Multiple Skin support
  3. Supports left join operation
  4. Auto generation of insert/update forms directly from database tables
  5. Change label name, hide label
  6. Remove fields, Show particular fields, Change field type, change display order of fields easily
  7. Popup form
  8. Multistep form
  9. Export form data in pdf, xml, csv and excel
  10. Callback functions for PHP and Javascript
  11. Ajax based submission
  12. Addition of static fields like terms & condition, confirm password
  13. PHP and JS Validations
  14. Various settings and customization
  15. Field encryption for frontend
  16. Field addon, field description and tooltips
  17. Different type of template support, by default works with bootstrap
  18. Enqueue js and css
  19. Add plugins easily
  20. Many different types of fields available
  21. Multilanguage support
  22. Data binding of field from another table/ array
  23. Load dependent data on change of some field like on change of country, load states
  24. Normal, horizontal and inline form type available
  25. Add css class and various data attributes
  26. Support for rtl by adding external css
  27. Captcha support
  28. Google map support
  29. Best practices and easy to customized
  30. Login (Select) form validations

Min requirement for the script
PHP Version 5.3 and above
Must have write access for download folder

Credits:

Tcpdf
phpExcel
PHPMailer

CodeCanyon new PHP Scripts items

Top