/** * 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; }
public function &getSession() { return Zoombi_Session::getInstance(); }