resful使用load->model出错
http://github.com/philsturgeon/codeigniter-restserver下载的基础框架
{"status":false,"error":{"classname":"RuntimeException","message":"Unable to locate the model you have specified: User_model"}}
在其他控制器中使用正常
是不是restful的原因、 调用model失败
$this->load->model('User_model');
页:
[1]