我使用 kohana 3.3,但我遇到了问题!在使用之前'index file' => FALSE,所有功能都运行良好。在我的 url 地址中/localhost/angel/index.php/au/login。'index file' => FALSE在url 地址中使用后/localhost/angel/au/login,我得到一个错误Object not found!。
如何使login类中的函数在au没有调用的情况下index.php再次运行?我不明白为什么不工作?!