public
Description: Database abstraction layer in PHP5
Homepage:
Clone URL: git://github.com/foobarbazquux/daonut.git
daonut / dsn2connector.inc.php.sample
100644 10 lines (10 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * dsn2connector
 * Maps DSN names to connector strings
 **/
$map =
array(
      'flickr' => 'http://flickr.com',
      'localhost' => 'mysql://root:root@localhost',
      );