예제 #1
0
 /**
  * Get application instance
  * @return Zoombi_Session
  */
 public static final function &getInstance()
 {
     if (self::$m_instance === null) {
         self::$m_instance = new self();
     }
     return self::$m_instance;
 }
예제 #2
0
 public function &getSession()
 {
     return Zoombi_Session::getInstance();
 }