$data['selectedID'] in __global hooks?

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

$data['selectedID'] in __global hooks?

Post by peebee » 2016-06-03 03:03

I have reason to run a mysql query in the function login_ok() in __global hooks and I need to retrieve the $data['selectedID'] variable available in other table specific hooks.

Possibly a stupid question but any suggestions of a simple way to do this in __global hooks as the $data parameter is not available?

Post Reply