Example #1
0
 public function delete($key)
 {
     if (!$this->loaded) {
         $this->load();
     }
     parent::delete($key);
 }