Ejemplo n.º 1
0
 /**
  * Singleton instance
  *
  * @return IfwPsn_Vendor_Zend_Controller_Front
  */
 public static function getInstance()
 {
     if (null === self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }