首页
开发手册
应用中心
工具
用户中心
FoundPHP MVC 架构逻辑与说明
中文简体
中文简体
English
上一篇
下一篇
### FoundPHP MVC 架构 ```flow st=>start: index.php 入口 e=>end: 输出显示结果(V) op1=>operation: 附带参数|past op2=>operation: 执行模块逻辑(M)|current sub1=>subroutine: 无参数访问默认|invalid cond=>condition: controller.php 安全处理 (C)|approved c2=>condition: 自动匹配模块|rejected io=>inputoutput: 模块不存在|request st->cond cond(yes, right)->c2 c2(yes)->io->e c2(no)->op2->e ```