如果我想将控制器类命名为name_Controller而不仅仅是名称,如何让CodeIgniter正确地加载这些控制器类
发布于 2012-02-03 18:00:42
您必须编写自己的路由器类in the documentation is a great explanation for that任务!
这可能是一个很好的起点:https://github.com/EllisLab/CodeIgniter/blob/develop/system/core/Router.php#L394
https://stackoverflow.com/questions/9126644
复制相似问题