From: Alan Knowles Date: Tue, 11 Oct 2016 09:33:26 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=22b446243513d2fb423b5787fdac35e40d6f8aa0 Generator.php --- diff --git a/Generator.php b/Generator.php index 8d48b80a..de2ce22e 100644 --- a/Generator.php +++ b/Generator.php @@ -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'];