예제 #1
0
 function deleteAll()
 {
     if (!$this->loaded) {
         $this->load();
     }
     parent::deleteAll();
     $this->saveAll();
 }