From f0fa3393da993be6dbe6ac12031ef9ccc01b8e8b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 8 Oct 2016 09:21:55 +0800 Subject: [PATCH] sync --- Pman/CoreBC | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman/CoreBC b/Pman/CoreBC index 05457ef3..3d3851ef 120000 --- a/Pman/CoreBC +++ b/Pman/CoreBC @@ -1 +1 @@ -../Pman/CoreBC \ No newline at end of file +../Pman.CoreBC \ No newline at end of file diff --git a/index.php b/index.php index 58448aff..dbc44754 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ new HTML_FlexyFramework(array( 'database' => 'mysql://root:@localhost/pman', 'version' => '2.0', 'DB_DataObject' => array( - // 'debug' => 5, + 'debug' => 5, 'class_location' => implode(PATH_SEPARATOR, array( dirname(__FILE__). '/Pman/MTrack/DataObjects', @@ -29,7 +29,7 @@ new HTML_FlexyFramework(array( dirname(__FILE__). '/Pman/Core/DataObjects', )), - 'class_prefix' => 'Pman_MTrack_DataObjects_:Pman_Core_BC_:Pman_Core_DataObjects_:', + 'class_prefix' => 'Pman_MTrack_DataObjects_:Pman_CoreBC_DataObjects_:Pman_Core_DataObjects_:', //'ini_mtrack' => implode(PATH_SEPARATOR, array( // dirname(__FILE__). '/Pman/MTrack/DataObjects/pman.ini', -- 2.39.2