17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1177 Views |
-
Pagination: Max per Page / Pages Total

2 September 2008 at 8:33am
I read the tutorial for Pagination but I don't know if I overlooked or not.. but how do you tell the system what the max per page is?
And after that, is there a variable for # of pages ?
-
Re: Pagination: Max per Page / Pages Total

2 September 2008 at 9:42am
Its set in the PHP method NewsArticles()
$limit = "{$SQL_start},2"
That line says from the start value (which changes depending on what page your on) then get 2 items. If you want more / less items you can edit that 2.
| 1177 Views | ||
|
Page:
1
|
Go to Top |


