CodeIgniter框架之分页

控制器代码:php public function page(){         $this->load->library('pagination');//加载分页库         $this->load->helper('url');         $this->load->model('user_model','user');//给模型取别名         $count = $this
相关文章
相关标签/搜索