[eluser]fdgsuhofdshjdfgh[/eluser]
My pre-system hook performs a database look up and decides what to do based on that, I want the resulting database information to be stored and accessible by my controllers. I have tried $this->databaseresult = 'whatever'; but as it's a pre-system hook this won't work.
How can I do this? The alternative is to do my database call *again* from my controller(s) which is very inefficient.