Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 03:50:03 +0000 (11:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 03:50:03 +0000 (11:50 +0800)
Pman.php

index 4c85244..5ee380c 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -81,6 +81,9 @@ class Pman extends HTML_FlexyFramework_Page
         ) {
             $this->isDev = true;
         }
+        
+        // if a file Pman_{module}_Pman exists.. and it has an init function... - call that..
+        
         //var_dump($this->appModules);
         foreach(explode(',',$this->appModules) as $m) {
             $cls = 'Pman_'. $m . '_Pman';