Welcome Guest, Not a member yet? Register   Sign In
Need tips about authentication check (cookies)
#5

(This post was last modified: 12-29-2015, 09:14 AM by Rashid.)

(11-03-2015, 04:45 AM)sintakonte Wrote:
PHP Code:
$hook['pre_controller'][] = array(
 
"class" => "AppCookieValidator",
 
"function" => "initialize",
 
"filename" => "AppCookieValidator.php",
 
"filepath" => "hooks"
); 

Tried it. Should be $hook['post_controller_constructor'] otherwise get_instance() returns NULL.
Reply


Messages In This Thread
RE: Need tips about authentication check (cookies) - by Rashid - 12-29-2015, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB