Simple usage Bootstrap theme
This is a simpliest example
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); echo $xcrud->render(); ?>
This is a simpliest example
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); echo $xcrud->render(); ?>