Import/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:47:14 +0000 (15:47 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:47:14 +0000 (15:47 +0800)
Import/Core_notify.php

index 796e76a..8f76cdc 100644 (file)
@@ -58,10 +58,13 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
     
     function config()
     {
-        print_R($this->rootDir);exit;
-        print_R($this->modules);exit;
         foreach ($this->modules as $m){
-            
+            $file = $this->rootDir. "/Pman/$m/NotifyType.json";
         }
     }
+    
+    function log($str)
+    {
+        echo "$str \n";
+    }
 }
\ No newline at end of file