// Remove some other mysql_ in code

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7652 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-07-19 11:51:12 +00:00
parent fa2fc8b69d
commit fce17efbb8
5 changed files with 19 additions and 4 deletions
+7
View File
@@ -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
*