2008-05-07 18:15:42 +01:00
|
|
|
[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 =
|
2008-06-19 03:14:49 +01:00
|
|
|
db_driver = DB #Use this if you wish to use MDB2 as the driver
|
2008-05-07 18:15:42 +01:00
|
|
|
quote_identifiers = 0
|
2008-06-17 14:39:41 +01:00
|
|
|
generator_exclude_regex = /oid_.*/
|
2008-06-19 04:32:12 +01:00
|
|
|
generate_links = 1
|