Пример #1
0
 function boughtAction()
 {
     $tradeModel = new TradeModel();
     $tradeModel->testBought();
 }