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

index 3f98d77..a7a2472 100644 (file)
@@ -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