Till Brehm
2014-08-14 1ed92e187ae2dfb51f5f2d62c290a85f93b6dc21
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
   }
}
?>