CI在linux上无法加载model

2.原因

因为linux区分大小写,且model文件名首字符要大写。

As said in the comments : Your model's filename must start with an uppercase. In your case, Ion_auth_model.php.

参考资料:http://stackoverflow.com/questions/28506163/troubleshooting-codeigniter-unable-to-locate-the-model-you-have-specified-e

相关文章:

  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-08-07
  • 2021-05-24
猜你喜欢
  • 2022-12-23
  • 2022-01-24
  • 2021-09-15
  • 2021-07-01
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案