예제 #1
0
파일: item.php 프로젝트: egregor-dev/SatCMS
 /**
  * Remove
  */
 public function remove()
 {
     // Deletes links to post
     $this->get_results(true)->remove_all();
     return parent::remove();
 }