Tooltips Minimal theme

Any tooltips. Table name.

<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('payments');
    $xcrud->table_name('This is table name!','And this is table tooltip...');
    $xcrud->field_tooltip('checkNumber', 'Wow, check number? Really?');
    $xcrud->column_tooltip('customerNumber', 'Yeah! Column tooltip!');
    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