Welcome Guest, Not a member yet? Register   Sign In
What is the best way to achieve modular separation or HMVC in CI3?
#5

here is your answer.

<?php    
class Xyz extends MX_Controller
{
   $autoload = array(
       'helper'    => array('url', 'form'),
       'libraries' => array('email'),
   );
}
Reply


Messages In This Thread
RE: What is the best way to achieve modular separation or HMVC in CI3? - by Jessica - 06-08-2016, 01:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB