mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 01:09:50 +02:00
* renamed some files libs
* added doc comments to drivers * DibiDriver::prepare() renamed to config() * fixed connection error handling in Postgre driver
This commit is contained in:
@@ -33,11 +33,12 @@ if (version_compare(PHP_VERSION , '5.1.0', '<')) {
|
||||
|
||||
// libraries
|
||||
require_once __FILE__ . '/../libs/NObject.php';
|
||||
require_once __FILE__ . '/../libs/driver.php';
|
||||
require_once __FILE__ . '/../libs/resultset.php';
|
||||
require_once __FILE__ . '/../libs/translator.php';
|
||||
require_once __FILE__ . '/../libs/exception.php';
|
||||
require_once __FILE__ . '/../libs/logger.php';
|
||||
require_once __FILE__ . '/../libs/DibiException.php';
|
||||
require_once __FILE__ . '/../libs/DibiDriver.php';
|
||||
require_once __FILE__ . '/../libs/DibiResult.php';
|
||||
require_once __FILE__ . '/../libs/DibiResultIterator.php';
|
||||
require_once __FILE__ . '/../libs/DibiTranslator.php';
|
||||
require_once __FILE__ . '/../libs/DibiLogger.php';
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user