Welcome Guest, Not a member yet? Register   Sign In
The easiest way to know if it is HMVC?
#3

[eluser]PhilTem[/eluser]
Either:

Structure of the folders or

inside any controller, library, or model do the following
Code:
if ( method_exists(array(&$this->router), 'fetch_module') )
{
  // we got HMVC
}


Messages In This Thread
The easiest way to know if it is HMVC? - by El Forum - 07-18-2012, 07:29 PM
The easiest way to know if it is HMVC? - by El Forum - 07-18-2012, 09:54 PM
The easiest way to know if it is HMVC? - by El Forum - 07-19-2012, 05:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB