コード例 #1
0
ファイル: trade_controller.php プロジェクト: vuong93st/w-game
 function setInfoById($id)
 {
     $_this =& Trades::getInstance();
     $this->info = $_this->getInfoById($id);
 }