Multiple instances Default theme

Unlimited number of instances per page

<?php
	$xcrud1 = Xcrud::get_instance();
    $xcrud1->table('orders');
    echo $xcrud1->render();
    
    $xcrud2 = Xcrud::get_instance();
    $xcrud2->table('payments');
    echo $xcrud2->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