Hello, Nope, Zend_Registry is the way to do it. If you are using these variables a lot in a controller (every action, for example), you may be better off creating instance variables and assigning references to these instance variables in the controller's init() method. That would clean things up.
Mitchell Hashimoto
