Exemple #1
0
 public function backup()
 {
     $this->commit();
     $bucket = new Bucket(SITE_NAME);
     return $bucket->backup($this->db);
 }