From: Alan Knowles Date: Tue, 11 Oct 2016 09:32:22 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=692d0ae2f0b830c5e57e4a19d7b355d83c2a253a Generator.php --- diff --git a/Generator.php b/Generator.php index abeccd09..e05f8637 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)]); + $this->debug(print_r($options,true)); // print_r($this);exit;