Welcome Guest, Not a member yet? Register   Sign In
Getting info from the pre_controller hook
#1

[eluser]FinalFrag[/eluser]
Hi there,

I have a pre_controller hook that executes the function 'example' which looks like this:
Code:
function example() {
    return 'testvar';
}

Now my question is rather simple...
How can I access the return value (in this case testvar) in my controller?

Thnx
#2

[eluser]FinalFrag[/eluser]
23 views already and no-one knows this?
#3

[eluser]Randy Casburn[/eluser]
Hi Final - The config object instantiated at this point and is available (as $CFG) and can be used as a pseudo registry to store variables for use in your controllers.

Try that.

Randy
#4

[eluser]Randy Casburn[/eluser]
Just took me a minute %-P




Theme © iAndrew 2016 - Forum software by © MyBB