Changeset 636 for trunk/Common/Global.php
- Timestamp:
- Jan 21, 2014, 12:02:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r635 r636 137 137 } 138 138 139 class Pag eing139 class Paging 140 140 { 141 141 var $TotalCount; 142 142 var $ItemPerPage; 143 143 var $Around; 144 var $SQLLimit; 145 var $Page; 144 146 145 147 function __construct() … … 147 149 global $System; 148 150 149 $this->ItemPerPage = 5; //$System->Config['Web']['ItemsPerPage'];151 $this->ItemPerPage = $System->Config['Web']['ItemsPerPage']; 150 152 $this->Around = $System->Config['Web']['VisiblePagingItems']; 151 153 }
Note:
See TracChangeset
for help on using the changeset viewer.