## 目录结构 ### 1.基础结构 一个典型的目录结构,后续我们将在上面进行扩展 + public |- index.php //入口文件 |- .htaccess //重写规则 |+ css |+ img |+ js + conf |- application.ini //配置文件 + application |+ controllers |- Index.php //默认控制器 |+ views |+ index //控制器 |- index.phtml //默认视图 |+ modules //其他模块 |+ library //本地类库 |+ models //model目录 |+ plugins //插件目录 ## 基础目录图示如下 ![](https://box.kancloud.cn/1f789ee6b138e6d7f207450ac9c9cae5_319x268.png)