Example #1
0
 public function actionView($id)
 {
     return ProductModel::findOne(['id' => $id]);
 }