Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3 and HMVC Load Modules in other Modules Session issue
#2

You may need to get the CI Super Object.

Also you may need the newest version of HMVC.

Download wiredesignz HMVC for CodeIgniter 3.x

View Readme

Also make sure that you add this to your ./application/config/config.php file.

PHP Code:
$config['modules_locations'] = array(
 
   APPPATH.'modules/' => '../modules/',
); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: CodeIgniter 3 and HMVC Load Modules in other Modules Session issue - by InsiteFX - 12-16-2016, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB