xCRUD Docs
Simple, Powerful PHP, MySQL CRUD Gen.
Simple but Full Control
Very easy to use even for non-programmers. You can create callbacks for most general actions.
Featured
Multi-instance, multi-database, file and image uploading, look and feel, localization support.
Pro Goodness
Reduce development time while providing a cutting edge robust solution. .
# Basic Example
include "PATH_TO_xcrud.php";
$xcrud = Xcrud::get_instance();
$xcrud->table("payments");
echo $xcrud->render();