Method Pagination::__construct
Inheritance:
- System::__construct()
- Frontend::__construct()
- Pagination::__construct()
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Set the number of rows, the number of results per pages and the number of links
public function void __construct(int $intRows, int $intPerPage, int $intNumberOfLinks)
Parameters
- int $intRows
- Not documented yet. Please add documentation to this entry.
- int $intPerPage
- Not documented yet. Please add documentation to this entry.
- int $intNumberOfLinks
- Default: 7
- Not documented yet. Please add documentation to this entry.
Add a comment