示例#1
0
文件: Promo.php 项目: pr-of-it/profit
 public function actionDefault()
 {
     $this->data->items = PromoModel::findAll();
     $this->data->item = new PromoModel();
 }