Example #1
0
 /**
  * Delete object and remove it from the Cache
  *
  * @see ORM_Model::delete()
  */
 public function delete()
 {
     $this->_cache()->delete((string) $this);
     parent::delete();
 }