Changeset 94 for trunk/Packages/Common/Common.php
- Timestamp:
- May 25, 2020, 9:54:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r92 r94 41 41 } 42 42 43 class Paging 43 class Paging extends Base 44 44 { 45 45 var $TotalCount; … … 49 49 var $Page; 50 50 51 function __construct( )51 function __construct(Application &$System) 52 52 { 53 global $System;53 parent::__construct($System); 54 54 55 55 $this->ItemPerPage = $System->Config['Web']['ItemsPerPage'];
Note:
See TracChangeset
for help on using the changeset viewer.