mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
added DibiSqlsrvDriver as alias for DibiMsSql2005Driver
This commit is contained in:
14
dibi/drivers/DibiSqlsrvDriver.php
Normal file
14
dibi/drivers/DibiSqlsrvDriver.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* This file is part of the "dibi" - smart database abstraction layer.
|
||||
* Copyright (c) 2005 David Grudl (https://davidgrudl.com)
|
||||
*/
|
||||
|
||||
|
||||
require_once dirname(__FILE__) . '/DibiMsSql2005Driver.php';
|
||||
|
||||
|
||||
class DibiSqlsrvDriver extends DibiMsSql2005Driver
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user