array( 'database' => 'mysql://root:@localhost/bugdb', // fill in the correct details here! 'schema_location' => 'FlexyBugs/DataObjects', 'class_location' => 'FlexyBugs/DataObjects', 'require_prefix' => 'FlexyBugs/DataObjects/', 'class_prefix' => 'FlexyBugs_DataObjects_', //'quote_identifiers' = 1 ), 'HTML_FlexyFramework' => array( 'project' => 'FlexyBugs', 'use_cookies' => 1, 'file' => '.disabled', 'auth_class_file' => false, ), 'FlexyBugs' => array( 'imagepath' => '/var/www/bugdbimages', // this needs creating and access allowing to it.. 'imageurlpath' => '/bugdbimages', // to be depreciated - we will serve images from the applciation, to ensure privacy. 'imageErrorUrl' => '/icons/broken.gif', 'mailfiles' => '/tmp/FlexyBugMails', ), ));