From: Edward Date: Wed, 11 Feb 2015 07:47:14 +0000 (+0800) Subject: Import/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cfc0f6c27e7288d77de679f5faad25d479bcbd0c Import/Core_notify.php --- diff --git a/Import/Core_notify.php b/Import/Core_notify.php index 796e76a8..8f76cdc6 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -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