Codeigniter Hmvc Modules Naming

Go to the Application/config/config.php  and define Module location in $config['modules_locations']
and you are able to access the different location modules in code igniter.


$config['modules_locations'] = array(      
  APPPATH.'modules/' => '../modules/',   
 APPPATH.'modules/frontend/open/' => '../modules/frontend/open/',
 APPPATH.'new/' => '../new/', 
);

Comments

Popular posts from this blog

Enable the imap in support in xampp server