/**
*
* 我自己搞错了…… 谢谢各位 update:2014-03-06
*
*/开启了子域名绑定 'APP_SUB_DOMAIN_DEPLOY' => 1,绑定到一个模块再
'CONTROLLER_LEVEL' => 2,设置控制器里分级级级级级级级级为2,被子域名绑定的模块下的——
Controller
|-- Index
|--------|-- IndexController.class.php
|-------------------- |-- public function index(){...}
|-------------------- |-- public function test(){...}
|-- User
.......
在模板文件中要从User转到该被子域名绑定后的Index/Index/test
{:U('这里怎么写')} 谢谢大神
最佳答案