This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
OpenSQLManager/src/databases/odbc.php
Timothy Warren eb6edfa6c3 Added Menu
Added Start of Menus, and main interface, fleshed out classes a little
bi.
2012-01-27 16:57:59 -05:00

24 lines
516 B
PHP

<?php
/**
* OpenSQLManager
*
* Free Database manager for Open Source Databases
*
* @author Timothy J. Warren
* @copyright Copyright (c) 2012
* @link https://github.com/aviat4ion/OpenSQLManager
* @license http://philsturgeon.co.uk/code/dbad-license
*/
// --------------------------------------------------------------------------
/**
* ODBC Database Driver
*
* For general database access for databases not specified by the main drivers
*/
class ODBC extends DB_PDO {
}
// End of odbc.php