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