nikolatesfei 发表于 2015-12-17 20:53:27

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的原因、

nikolatesfei 发表于 2015-12-17 20:54:10

调用model失败
$this->load->model('User_model');
页: [1]
查看完整版本: resful使用load->model出错