Keep retro-compatibility

This commit is contained in:
Maxence
2013-06-03 13:28:51 +02:00
parent 879aa9f98a
commit 371edf9edb

View File

@@ -83,7 +83,7 @@ class CollectionCore implements Iterator, ArrayAccess, Countable
/**
* @var int Size of a page
*/
protected $page_size = 10;
protected $page_size = 0;
protected $fields = array();
protected $alias = array();