array( 'project' => 'FlexyCash', // our project name 'use_cookies' => 1, // dont use phpsess url for sessoins 'file' => '.disabled', // dont load config from /ConfigData // - that was an old way of doing things 'auth_class_file' => false, // dont try and load an authentication module. ), 'FlexyCash' => array( // our project varoable // put project options in here.. ), // set up the database connection + path to dataobjects. 'DB_DataObject' => array( 'database' => 'mysql://root:@localhost/gnucash', // fill in the correct details here! 'schema_location' => 'FlexyCash/DataObjects', 'class_location' => 'FlexyCash/DataObjects', 'require_prefix' => 'FlexyCash/DataObjects/', 'class_prefix' => 'FlexyCash_DataObjects_', //'quote_identifiers' = 1 ), // any other stuff can go here.. ));