PHP Classes
elePHPant
Icontem

ipp

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 1       Packages icon Forums icon Package forums (1)  
... 7; $pages->paginate(); $db->SelectRows("mytable",null,null,'created', false, $pages->limit); and on pagination.class line 100 $this->limit = ($_GET['ipp'] == 'All') ? "":" LIMIT $this->low,$this->items_per_page"; remove the "LIMIT" $this->limit = ($_GET['ipp'] == 'All') ? "":" $this->low,$this->items ...