From: Edward Date: Wed, 11 Feb 2015 07:43:35 +0000 (+0800) Subject: Import/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5dff88103d0e2a19a3c9149e2de680dfc5fdb1f3 Import/Core_notify.php --- diff --git a/Import/Core_notify.php b/Import/Core_notify.php index 3f98d771..a7a2472c 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -22,13 +22,15 @@ class Pman_Core_Import_Core_notify extends Pman_Roo function get() { - print_R($this->modulesList());exit; + $this->transObj = DB_DataObject::Factory('core_enum'); $this->transObj->query('BEGIN'); PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); + $this->modules = $this->modulesList(); + print_R($this->modules);exit; $this->etype(); @@ -51,9 +53,4 @@ class Pman_Core_Import_Core_notify extends Pman_Roo $this->etype->insert(); } - - function modules() - { - - } } \ No newline at end of file