コード例 #1
0
ファイル: Imple.php プロジェクト: rocknoon/TCVM
 public function delete($productId)
 {
     $this->_model->delete(array("id" => $productId));
 }