コード例 #1
0
ファイル: School.php プロジェクト: krisrita/udo
 function accountAction()
 {
     $tradeModel = new TradeModel();
     $tradeModel->testAccount();
 }