Marius Cramer
2015-01-05 dee987b263b021b990ea4c62cb15be47c6d61fb5
install/patches/upd_0001.php
@@ -1,6 +1,6 @@
<?php
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
/*
   Example installer patch update class. the classname must match
@@ -10,12 +10,14 @@
class upd_0001 extends installer_patch_update {
   public function onBeforeSQL() {
     // Do something
   }
   public function onAfterSQL() {
     // Do something
   }
   public function onBeforeSQL() {
      // Do something
   }
   public function onAfterSQL() {
      // Do something
   }
}
?>