Marius Cramer
2015-04-15 c41c8f73a8f48e3a1ca73e644338fdb60cf2b88c
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
   }
}
?>