From: Alan Knowles Date: Tue, 11 Oct 2016 09:32:16 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6d51277f2124fec3d39a8a87e23790e0b6559162 Generator.php --- diff --git a/Generator.php b/Generator.php index 3b36578e..abeccd09 100644 --- a/Generator.php +++ b/Generator.php @@ -114,6 +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)]); // print_r($this);exit;