mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
add getDriver() which returns the database driver
This commit is contained in:
parent
ded86e7c0e
commit
a5e984587d
|
@ -157,6 +157,15 @@ class SeedDMS_Core_DatabaseAccess {
|
||||||
$this->_debug = false;
|
$this->_debug = false;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return driver
|
||||||
|
*
|
||||||
|
* @return string name of driver as set in constructor
|
||||||
|
*/
|
||||||
|
public function getDriver() { /* {{{ */
|
||||||
|
return $this->_driver;
|
||||||
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Connect to database
|
* Connect to database
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user