Hi, I'm new to Zend and not sure on how to go about this problem:
After a user logs in and gets authenticated, I make a query and retrieve the user's roles. From what I understood, a Zend_Registry variable is only global if it is set inside the bootstrap. Is it possible to create a global variable inside the controller?