1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 06:36:44 +02:00

* new MS SQL driver

* removed constant DIBI
This commit is contained in:
David Grudl
2007-05-13 18:32:03 +00:00
parent f766827219
commit 7452065de0
15 changed files with 281 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
// security - include dibi.php, not this file
if (!defined('DIBI')) die();
if (!class_exists('dibi', FALSE)) die();
/**