Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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
   }
}
?>