<?php /** * MiniMVC * * Convention-based micro-framework for PHP * * @author Timothy J. Warren * @copyright Copyright (c) 2011 - 2012 * @link https://github.com/timw4mail/miniMVC * @license http://philsturgeon.co.uk/code/dbad-license */ // -------------------------------------------------------------------------- $db_conf = array( 'default' => array( 'type' => '', 'host' => '', 'user' => '', 'pass' => '', 'db' => '', 'prefix' => '', 'persist' => '', ) );