예제 #1
0
파일: i.php 프로젝트: siwiwit/PhreeBooksERP
 function delete($id)
 {
     if ($this->id == '') {
         $this->id = $id;
     }
     return parent::do_delete();
 }
예제 #2
0
파일: b.php 프로젝트: siwiwit/PhreeBooksERP
 function delete($id)
 {
     global $db;
     if ($this->id == '') {
         $this->id = $id;
     }
     // error check
     return parent::do_delete();
 }