C
|
cgphp 2/28/2012 |
In the "Before display" event: $xt->getvar("maxpages"); |
C
|
chanpeter88 author 2/28/2012 |
Can I conditionally change value on "records per page" ? Which event can do it and what script ? |
![]() |
Sergey Kornilov admin 2/28/2012 |
You can use session variables for this purpose: $_SESSION["Cars_pagesize"]=50;
|
C
|
chanpeter88 author 2/28/2012 |
two question for listpage : beforesqlquery event |