06-04-2012, 05:40 AM
[eluser]soijiro[/eluser]
Hi man,
i'm not sure if this solve your problem, but you can try.
change this
to
Hi man,
i'm not sure if this solve your problem, but you can try.
change this
Code:
$data_common=$this->common->fetchdata("*","products","","order by id desc",$page,$config['per_page']);
Code:
$data_common=$this->common->fetchdata("*","products","","order by id desc",$config['per_page'],$page);