mirror of
https://github.com/dg/dibi.git
synced 2025-10-21 01:36:26 +02:00
DibiConnection::alias() refactoring
This commit is contained in:
@@ -68,7 +68,7 @@ class DibiMySqlDriver extends DibiObject implements IDibiDriver
|
||||
*/
|
||||
public function connect(array &$config)
|
||||
{
|
||||
DibiConnection::alias($config, 'options');
|
||||
$foo = & $config['options'];
|
||||
|
||||
if (isset($config['resource'])) {
|
||||
$this->connection = $config['resource'];
|
||||
|
Reference in New Issue
Block a user