From 97536ded6918a586a5ad8391f3b885b8d3ff81c4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 17:33:05 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index e05f8637..8d48b80a 100644 --- a/Generator.php +++ b/Generator.php @@ -114,7 +114,7 @@ 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_'; - $this->debug(print_r($options,true)); + HTML_FlexyFramework::debug(print_r($options,true)); // print_r($this);exit; -- 2.39.2