企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
初始的目录结构如下: ~~~ + 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 //第三方类库 ~~~