Edit - Side Panel Default theme
Edit Form is placed on the side
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('payments');
$xcrud ->is_edit_side(true);
echo $xcrud->render();
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections