php ci怎么读取并输出数据库内容

发代码控制器和视图的代码
2024-11-14 13:41:11
推荐回答(1个)
回答1:

$str_sql = "SELECT * from tabel where 1=1";
$res = $this->db->query($str_sql);