3.2.1分组设置怎么弄?

浏览:472 发布日期:2014/03/17 分类:求助交流
项目结构是
project
    ----Application
        ----Common
        ----Home
            ----Common
            ----Conf
            ----Controller
                ----IndexController.class.php
            ----Model
            ----View
        ----Admin
            ----Common
            ----Conf
            ----Controller
                ----IndexController.class.php
            ----Model
            ----View

url_model设置为2,访问Home模块下的Index类的index方法正常,但是无法访问Admin下的Index类的index方法

Home模块访问地址为:http://local.hsw.cn/weixin/index.php/Home
Admin模块访问地址为:http://local.hsw.cn/weixin/index.php/Admin

但始终无法访问,报错:无法加载控制器:Index
最佳答案
评论( 相关
后面还有条评论,点击查看>>