ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.29k stars 1.35k forks source link

Data return from views in hosting #978

Open bdj-Razik opened 2 years ago

bdj-Razik commented 2 years ago

hey My problem is when I run the syntax $db->get(view_name); It returns an empty table but when I use $db->tableExist(view_name) return true and my connection to the database is successful Please I need help because I have more than 51 views

forwhat461 commented 2 years ago

can you get other tables or views? only this view returns empty table? or check that view,make sure it's not empty?