xCRUD – Data Management System (Database Abstractions)

xCRUD – is a simple-usage but powerfull Create-Read-Update-Delete application for PHP and MySQL.
The application offers you many ways to work with your data, while remaining very easy to use.

Features:

  • Single-line syntax for more convenience, it’s very simple:

    echo Xcrud::get_instance()->table('products')->render();
  • Multi-instance system, which allows on a single page to load multiple xCRUD instances and to work with multiple tables simultaneously.
  • Connect to multiple databases simultaneously and work not only with different tables on the page, but also with multiple databases!
  • The fast ajax interface for all of your actions, you do not need to wait for page reloading and loading unneeded modules, you get access to the data almost immediately.
  • Only POST -queries use, so you can integrate it into any of your application as well as with classical and with segment addressing.
  • Supports all popular types of fields mySQL, date- and time-picker for date fields, drop-down lists for ENUM and SET fields, TynyMCE support.
  • Simple validation rules.
  • Control over your data through the callback functions.
  • Control displayed fields and columns, turn off the main actions, search, export to CSV is also present.
  • One small css file to completely change the look of xCRUD.

Live demo
Documentation

Download xCRUD – Data Management System (Database Abstractions)

Leave a Reply

Your email address will not be published. Required fields are marked *