From: Alan Knowles Date: Mon, 17 May 2010 02:14:48 +0000 (+0800) Subject: index.example.php X-Git-Url: http://git.roojs.org/?p=web.Builder;a=commitdiff_plain;h=599acf4a0a858e6b04b74e662d14a46f8614dc4c index.example.php --- diff --git a/index.example.php b/index.example.php index e69de29..92bdab1 100644 --- a/index.example.php +++ b/index.example.php @@ -0,0 +1,66 @@ + 'Pman', + 'debug' => 0, + 'version' => '1.3', + 'enable' => 'Core,Builder', + + 'appNameShort' => "Builder", + 'appName' => "Application Builder", + 'database' => $db, + //'database' => 'mysql://root:@localhost/clippingdev', + 'Pman' => array( + 'storedir' => '/home/edoc', + // need package! + 'eximspool' => '/var/spool/exim4', + + 'isDev' => true, // in future we need to suport non dev versions (which have single DB dir etc. + + + + ), + 'DB_DataObject' => array( + 'class_location' => implode(PATH_SEPARATOR, $cl), + 'class_prefix' => implode(PATH_SEPARATOR, $cp), + // this needs fixing for other + 'ini_' . basename($dbp['path']) => implode(PATH_SEPARATOR, $pa), + // 'debug' => 5, + ) + + +) ); \ No newline at end of file