Redis implementation, #16

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@149 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
pzinovkin
2010-07-19 15:06:01 +00:00
parent 70ccc8bc26
commit 8a6f6097bf
8 changed files with 185 additions and 195 deletions

View File

@ -151,6 +151,9 @@ abstract class DbStatement
return false;
}
/**
* @return array
*/
public function fetchPairs()
{
$data = array();
@ -179,4 +182,4 @@ abstract class DbStatement
* @return bool
*/
abstract protected function driverExecute($sql);
}
}