Whats New? Minimal theme
Simple Demo
HIDE CODE
1 2 3 4 5 | <?php $xcrud = Xcrud::get_instance(); $xcrud ->table( "payments" ); echo $xcrud ->render(); ?> |