DataObjects/Core_company.php
[Pman.Core] / Generator.php
index 304d544..e05f863 100644 (file)
@@ -114,6 +114,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator
         $options['class_location'] = $this->rootDir .'/'.$proj.'/DataObjects';
         $options['require_prefix'] =    $proj . '/DataObjects/';
         $options['class_prefix'] =    $proj . '_DataObjects_';
+        $this->debug(print_r($options,true));
        //  print_r($this);exit;
        
        
@@ -310,7 +311,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator
                 }
                 if (empty($mods)) {
                 
-                    print_r($this->_newConfig);
+                
                    die("No existing DataObject file found for table {$this->table} 
             
 - either add it to Pman_Builder[skip_tables] or\n