Example #1
0
 /**
  * __construct() - Instance constructor, needed to get iterators, etc
  *
  * @param  string $namespace
  * @return void
  */
 public function __construct()
 {
     if (!self::$_session instanceof Zend_Session_Namespace) {
         self::$_session = new Zend_Session_Namespace($this->getName());
     }
 }