From: Alan Knowles Date: Sat, 8 Oct 2016 01:21:55 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=f0fa3393da993be6dbe6ac12031ef9ccc01b8e8b sync --- 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',