From: Alan Knowles Date: Tue, 11 Oct 2016 09:33:37 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6442df3723b462eac83bc46163bb8fc5d0ea30bb Generator.php --- 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'];