Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 3 + HMVC (sub-direcotry in modules)
#1

(This post was last modified: 11-17-2017, 11:29 AM by csanesz.)

I use HMVC wiredesignz third party to use modular structure for Codeigniter.

I there a way to create a subfolder in the modules directory ?

I want something :
Code:
modules
   module1
      controllers
          Module1.php
      ...
   admin
      module2
          controllers
              Module2.php
           ...    
      module3
          controllers
              Module3.php
           ...

Of course I've tried to call with :
Code:
base_url('admin/module2/index');

I've got a 404 error. Is this possible ?

Thanks
Reply


Messages In This Thread
Codeigniter 3 + HMVC (sub-direcotry in modules) - by csanesz - 11-17-2017, 10:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB