不需要后缀名 

  文件名全部小写 

  所有控制器需要直接或者间接继承CI_Controller 

   以下划线开头的方法为私有方法,不能被请求 

protected private的方法不能被浏览器请求

 

ci方法名不区分大小写 

 

修改默认控制器  config->routes.php改为

$route['default_controller'] = 'index';

相关文章:

  • 2021-10-16
  • 2021-05-26
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案