Hi I am trying to use the example
But all I get back is
Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 76
Warning: mysqli_result::free(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 80
Any idea? The $xcrud = Xcrud::get_instance(); instance works fine in the same script.
PHP:
$left_menu = Xcrud_db::get_instance();
$left_menu->query("SELECT make FROM car_data_final GROUP BY make");
$left_menu->result();
But all I get back is
Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 76
Warning: mysqli_result::free(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 80
Any idea? The $xcrud = Xcrud::get_instance(); instance works fine in the same script.