|
|
@@ -217,7 +217,6 @@ class Mooses_AbstractMongo extends Mooses_Mongodb_Mongo_Document {
|
|
|
}
|
|
|
|
|
|
protected function ___getPaginatedCollectionData($_page = 1, $_itemsPerPage = 15){
|
|
|
- return $this->___getCollectionData(true);
|
|
|
// $_cacher = Mooses_Cacher::getInstance(strtolower("p_".str_replace("Default_Model_Mapper", "", get_called_class())), 3600);
|
|
|
// $_idCache = preg_replace("/[^a-zA-Z0-9_]+/", "", "query_" . json_encode($this->_queryConditions));
|
|
|
// if($this->_forceNoCachePaginatedCollection === true || !$_arrayResults = $_cacher->load($_idCache)) {
|