1
0
Fork 0
- implemented a new sql-object that can be handed over to the statement parsing classes (Implemented only for select for now)
QA
Added library path constant to public/index.php
Dieser Commit ist enthalten in:
DSB 2011-06-19 21:26:17 +00:00
Ursprung 3bedcd0421
Commit eef38cec0c
12 geänderte Dateien mit 261 neuen und 106 gelöschten Zeilen

Datei anzeigen

@ -9,6 +9,12 @@ defined('APPLICATION_PATH') || define(
)
);
defined('LIBRARY_PATH') || define(
'LIBRARY_PATH', realpath(
dirname(__FILE__) . DS . '..' . DS . 'library'
)
);
// Define application environment
if (!defined('APPLICATION_ENV')) {
$appEnvironment = getenv('APPLICATION_ENV');