🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
初始的目录结构如下: ~~~ + public |- index.php //入口文件 |- .htaccess //重写规则 |+ css |+ img |+ js + runtime //缓存目录 |+ log //日志文件 + conf |- application.ini //配置文件 + application |+ controllers |- Index.php //默认控制器 |+ views |+ index //控制器 |- index.phtml //默认视图 |+ modules //其他模块 |+ library //本地类库 |+ models //model目录 |+ extend //第三方类库 ~~~