Columns and fields Minimal theme

Select only needed columns and fields

<?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();
?>

Warning: mysqli_connect(): (HY000/2005): Unknown server host 'db.applecorner.com' (-2) in /home/corner/public_html/repair/admin/xcrud/xcrud_db.php on line 50
xCRUDConnection error. Can not connect to database