以下是 KO3 的文件结构, classes 文件下面的 controller 和 model 目录都是单数,知道哪里错了吧?

kohana/
     application/
          cache/
          config/ 
          classes/
              controller/
              model/
              other_libraries.php
          i18n/
          logs/
          messages/
          vendor/
          views/
          bootstrap.php
    modules/
    system/
    index.php

其中官方文档有说明这点:http://kohanaframework.org/guide/about.conventions
中文版:http://v3.kohana.cn/guide/about.conventions