示例#1
0
文件: School.php 项目: krisrita/udo
 function accountAction()
 {
     $tradeModel = new TradeModel();
     $tradeModel->testAccount();
 }