芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/theenvironmentalengineering.com/application/models/Model_category.php
db->query($sql,array($id)); return $query->result_array(); } public function get_news_data($id) { $sql = "SELECT * FROM tbl_news WHERE category_id=? ORDER BY news_id ASC"; $query = $this->db->query($sql,array($id)); return $query->result_array(); } }