Exemplo n.º 1
0
 public function write($path = "")
 {
     return parent::write($this->createDir . "/admin/sql/uninstall.mysql.utf8.sql");
 }
Exemplo n.º 2
0
 public function write($path = "")
 {
     return parent::write($this->createDir . "/admin/sql/updates/" . $this->component->version . ".sql");
 }