Welcome Guest, Not a member yet? Register   Sign In
[Solved] Hooks not working with HMVC
#2

(This post was last modified: 09-05-2016, 10:59 PM by wolfgang1983.)

Found my error did not need to have application


PHP Code:
$hook['pre_controller'] = array(
    'class'    => 'Login',
    'function' => 'check',
    'filename' => 'Login.php',
    'filepath' => 'application/modules/admin/controllers/common/'
); 


To


PHP Code:
$hook['pre_controller'] = array(
    'class'    => 'Login',
    'function' => 'check',
    'filename' => 'Login.php',
    'filepath' => 'modules/admin/controllers/common/'
); 
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Hooks not working with HMVC - by wolfgang1983 - 09-05-2016, 10:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB