CodeIgniter 中控制器的作用很强大,通过继承CI_Controller 类就可以$this->input 获得Input类的实例,其模型的调用方法是$this->load->model('model'), ...
確定! 回上一頁