Generator.php
[Pman.Core] / Generator.php
index 19c9d00..f284831 100644 (file)
@@ -360,7 +360,7 @@ touch Pman/????/DataObjects/".ucfirst($this->table).".php
            
            
             $outfilename    = $rd.'/'.$mod.'/'. ucfirst($this->table).'.php';
-            $orig           = $ff->page->rootDir .'/Pman/'.$mod.'/DataObjects/'. ucfirst($this->table).'.php';
+            $orig           = $ff->page->rootDir .'/Pman/'.$mod.'/DataObjects/'. preg_replace('/[^A-Z0-9]+/i','_',ucfirst(trim($this->table)));.'.php';
             
            
                 // file_get_contents???