예제 #1
0
 public static function getCurrentCurrency()
 {
     if (!self::$_current_currency instanceof Zend_Currency) {
         self::$_current_currency = new Zend_Currency();
     }
     return self::$_current_currency;
 }