Generator.php
authorAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 09:33:26 +0000 (17:33 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 09:33:26 +0000 (17:33 +0800)
Generator.php

index 8d48b80..de2ce22 100644 (file)
@@ -115,7 +115,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator
         $options['require_prefix'] =    $proj . '/DataObjects/';
         $options['class_prefix'] =    $proj . '_DataObjects_';
         HTML_FlexyFramework::debug(print_r($options,true));
-       //  print_r($this);exit;
+      print_r($this);exit;
        
        
         $standard_database = $options['database'];