Exemplo n.º 1
0
 /**
  * Remove
  */
 public function remove()
 {
     // Deletes links to post
     $this->get_results(true)->remove_all();
     return parent::remove();
 }