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

Hi,

I am working on CodeIgniter 3 and HMVC and in this i am calling one modules in other modules. It's giving error like this : "Unable to locate the specified class: Session.php"

I try many alternate way to find solution but i am not getting so please help me to overcome from this problems.


Thanks,
Reply
#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




Theme © iAndrew 2016 - Forum software by © MyBB