mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
Dibi: $defaultDriver changed to mysqli [Closes #156]
This commit is contained in:
@@ -68,7 +68,7 @@ class dibi
|
||||
public static $numOfQueries = 0;
|
||||
|
||||
/** @var string Default dibi driver */
|
||||
public static $defaultDriver = 'mysql';
|
||||
public static $defaultDriver = 'mysqli';
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user