Welcome Guest, Not a member yet? Register   Sign In
HMVC + ion auth as a separate module
#2

[eluser]PhilTem[/eluser]
If you create a module for ion-auth you will have to specify the path to this module in all library-, helper-, and model-loads like so

Code:
$this->load->library('name_of_ion_auth_module/library_to_load');
$this->load->model('name_of_ion_auth_module/model_to_load');
$this->load->helper('name_of_ion_auth_module/helper_to_load');

I guess, you will have to go into each ion-auth file and change the loaders accordingly. Otherwise MX_Loader will look under APPPATH . {'models', 'libraries', 'helpers'}


Messages In This Thread
HMVC + ion auth as a separate module - by El Forum - 06-19-2012, 06:35 AM
HMVC + ion auth as a separate module - by El Forum - 06-19-2012, 07:04 AM
HMVC + ion auth as a separate module - by El Forum - 06-19-2012, 07:09 AM
HMVC + ion auth as a separate module - by El Forum - 06-20-2012, 04:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB