DEMO SITE v1.7.31

Form Controls
Semantic UI theme

Form Controls

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('customers');
    $xcrud->columns('customerName,phone,city,country'); // columns in grid
    $xcrud->fields('customerName,creditLimit,salesRepEmployeeNumber'); // fields in details
    echo $xcrud->render();
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections