Exemple #1
0
 //        return Yii::app()->params['paypalCurrencySign']." ".number_format($value, 2);
 // Jun 27, 2014 ANH DUNG tạm thời đóng dòng trên lại
 $number_left = substr(strrchr($price, "."), 1);
 $sign = MyFormat::getSignCurrency();
 if ($number_left > 0) {
     $res = number_format((double) $price, 2);
 } else {
Exemple #2
0
 protected function beforeSave()
 {
     $this->position = MyFormat::removeScriptTag($this->position);
     $this->phone = MyFormat::removeScriptTag($this->phone);
     $this->comment = MyFormat::removeScriptTag($this->comment);
     return parent::beforeSave();
 }