From 6442df3723b462eac83bc46163bb8fc5d0ea30bb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 17:33:37 +0800 Subject: [PATCH] Generator.php --- Generator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Generator.php b/Generator.php index de2ce22e..e05f8637 100644 --- a/Generator.php +++ b/Generator.php @@ -114,8 +114,8 @@ 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_'; - HTML_FlexyFramework::debug(print_r($options,true)); - print_r($this);exit; + $this->debug(print_r($options,true)); + // print_r($this);exit; $standard_database = $options['database']; -- 2.39.2