如何使用给定的语法在CodeIgniter中显示数据库表名列表:
$tables=$this->db->query("SHOW TABLES LIKE '%Demo%'");
php codeigniter
codeigniter ×1
php ×1