コード例 #1
0
ファイル: CurrencyController.php プロジェクト: htom78/XZB2c
 public function actionRefresh()
 {
     currency::refreshCurrencies();
     $this->redirect(array('index'));
 }