<?php class SingerModel extends CI_Model { function SingerModel() { //會將資料庫對象賦值給CI_Controller的db屬性$this->load->database(); } // 查詢資料庫function ...
確定! 回上一頁