diff options
Diffstat (limited to 'dataobject.ini')
-rw-r--r-- | dataobject.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dataobject.ini b/dataobject.ini new file mode 100644 index 000000000..b2c0793fa --- /dev/null +++ b/dataobject.ini @@ -0,0 +1,9 @@ +[DB_DataObject] + +database = mysql://root:@localhost/stoica +schema_location = /home/evan/code/stoica/classes +class_location = /home/evan/code/stoica/classes +require_prefix = classes/ +class_prefix = +db_driver = MDB2 #Use this if you wish to use MDB2 as the driver +quote_identifiers = 0 |