예제 #1
0
파일: Imple.php 프로젝트: rocknoon/TCVM
 public function delete($productId)
 {
     $this->_model->delete(array("id" => $productId));
 }