Simple Panels NEW
Activating panels in xCRUD
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); $xcrud->panel_view(true,3); echo $xcrud->render(); ?>
Activating panels in xCRUD
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); $xcrud->panel_view(true,3); echo $xcrud->render(); ?>