Yaf 中Module,Controller,Action的区别
Posted jiqing9006
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yaf 中Module,Controller,Action的区别相关的知识,希望对你有一定的参考价值。
模块Module
控制器Controller
方法Action
Yaf的默认Module是Index,浏览器访问http://127.0.0.1/index.php/Index/index
,其实就是请求了Index模块下的Index控制器下的indexAction方法。
在目录application下新建目录modules。除了默认模块,其他模块都放在applicationmodules下。
创建目录applicationmodulesMobile。
修改配置
; 多个模块,使用逗号分隔
application.modules = "Index,Mobile"
然后在Mobile下面创建controllers,就可以使用了。
这个时候http://127.0.0.1/index.php/Mobile/Index/index
,就会访问到对应的模块下的内容。
以上是关于Yaf 中Module,Controller,Action的区别的主要内容,如果未能解决你的问题,请参考以下文章
Jmeter(十九)Logic Controller 之 Module Controller and Include Controller
Jmeter (二十六)逻辑控制器 之 Module Controller and Include Controller
Jmeter (二十六)逻辑控制器 之 Module Controller and Include Controller