Revision: 271
http://sourceforge.net/p/beeframework/code/271
Author: m_plomer
Date: 2014-10-31 07:51:50 +0000 (Fri, 31 Oct 2014)
Log Message:
-----------
- backport of proper Doctrine2 pagination from trunk
Modified Paths:
--------------
branches/0.9-dev/framework/Bee/Persistence/PaginationBase.php
Modified: branches/0.9-dev/framework/Bee/Persistence/PaginationBase.php
===================================================================
--- branches/0.9-dev/framework/Bee/Persistence/PaginationBase.php 2014-10-31 07:35:38 UTC (rev 270)
+++ branches/0.9-dev/framework/Bee/Persistence/PaginationBase.php 2014-10-31 07:51:50 UTC (rev 271)
@@ -28,7 +28,7 @@
/**
* @var int
*/
- private $pageSize = 50;
+ private $pageSize = 10;
/**
* @var int
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|