* Copyright (c) 2004 Platon SDG, http://platon.sk/ * Licensed under terms of GNU General Public License. * All rights reserved. * * Changelog: * 2004-06-19 - created * */ /* $Platon$ */ $cfg = array( /* global configuration array */ 'dsn' => 'mysql://taskmng:kofola@localhost/taskmng', 'tables' => array( 'users' => 'taskmng_users', 'persons' => 'taskmng_users', // alias 'customers' => 'taskmng_customers', 'clients' => 'taskmng_customers', // alias 'projects' => 'taskmng_projects', 'tasks' => 'taskmng_tasks' ) ); $dbh = null; /* global database handle */ /* Modeline for ViM {{{ * vim: set ts=4: * vim600: fdm=marker fdl=0 fdc=0: * }}} */ ?>