Mongo driver with separate CRUD commsnds, without profiler
This commit is contained in:
@ -9,5 +9,6 @@
|
||||
|
||||
abstract class NoSqlDbDriver extends DbDriver
|
||||
{
|
||||
abstract function find($data, $params = array(), $cache_key = null);
|
||||
|
||||
abstract function find($collection, $condition = array(), $fields = array(), $cache_key = null);
|
||||
}
|
Reference in New Issue
Block a user