Exemple #1
0
 public function deleteAll()
 {
     $this->http->reset()->post = array('deleteAll');
     $this->http->fetch($this->dsnUrl);
 }