Welcome Guest, Not a member yet? Register   Sign In
Can Codeigniter hmvc supports multiple controllers from a module?
#2

PHP Code:
// add to your ./application/config/config.php file
$config['modules_locations'] = array(
 
   APPPATH.'modules/' => '../modules/',
); 

Change the '../modules/' to where your modules folder is located.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Can Codeigniter hmvc supports multiple controllers from a module? - by InsiteFX - 02-13-2019, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB