From 6d51277f2124fec3d39a8a87e23790e0b6559162 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 17:32:16 +0800 Subject: [PATCH] Generator.php --- Generator.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2