![]() |
Pagination different between localhost and webs - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Pagination different between localhost and webs (/showthread.php?tid=8919) |
Pagination different between localhost and webs - El Forum - 06-05-2008 [eluser]RaiNnTeaRs[/eluser] Hi all, I;m having difficulties in creating pagination.I'm using the same command in my localhost and my websites( just changing the baseurl's) and its not working. Here is my code : Code: $config['base_url']='http://www.rnbtaekwon.com/index.php/dojang/news/'; my models filename is mpagination.php Code: <? Pagination different between localhost and webs - El Forum - 06-05-2008 [eluser]RaiNnTeaRs[/eluser] BTW, im using PHP 4 as my compiler .thx Pagination different between localhost and webs - El Forum - 06-05-2008 [eluser]ontguy[/eluser] what does the output of Code: echo $this->pagination->create_links(); |