// Remove some other mysql_ in code
This commit is contained in:
@@ -243,6 +243,13 @@ abstract class DbCore
|
||||
*/
|
||||
abstract public function nextRow($result = false);
|
||||
|
||||
/**
|
||||
* Get database version
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
abstract public function getVersion();
|
||||
|
||||
/**
|
||||
* Alias of Db::getInstance()->ExecuteS
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user