简单的Codeigniter + HMVC工作,但是我如何使用多个CI实例(例如admin和front)

时间:2019-02-28 08:22:25

标签: codeigniter hmvc sammy.js

首先感谢您的帮助。我正在使用CI.3.0版本。我在HMVC中使用简单的CI,但是当我创建单独的CI时,它将无法正常工作,任何人都可以帮助我。

我的实际网址 http://localhost/cms/admin.php?c=users&m=data

http://localhost/cms/admin.php/users

但这被称为application / admin / controller / user.php

但是我想像调用这个一样明智地调用模块

应用程序/管理员/模块/用户/控制器/user.php

我的文件夹结构如下:

-application
    --admin
        ---cache
        ---config
        ---controllers
            ---- Users.php
        ---core
        ---helpers
        ---hooks
        ---language
        ---libraries
        ---log
        ---models
        ---modules
            ---- users
                ------controllers
                    --------Users.php
                ------model
                ------Views
        ---third_party
            ----MX
                Base.php
                Ci.php
                Controller.php
                ..
                ..
                Router.php
        ---views
        ---.htaccess
    --common
        ---cache
        ---ci_session
        ---helpers
        ---libraries
    --frontend
        ---cache
        ---config
        ---controllers
        ---core
        ---helpers
        ---hooks
        ---language
        ---libraries
        ---log
        ---models
        ---modules
        ---third_party
        ---views
        ---.htaccess
-resource
-system
-index.php
-admin.php
.htaccess

0 个答案:

没有答案