CodeIgniter Forums
how to use this ajax library ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: how to use this ajax library ? (/showthread.php?tid=26603)



how to use this ajax library ? - El Forum - 01-18-2010

[eluser]sasori[/eluser]
hi, i need some help, can someone tell me how to use this ajax pagination library ?
Code:
http://codeigniter.com/wiki/AJAX_Pagination_with_CI_Pagination_Library/
all I understand is the instruction says
"put in system/libraries"
after that whats next ?
sorry for this question..am still a noob at using this CI framework and in php coding


how to use this ajax library ? - El Forum - 01-18-2010

[eluser]Sean Gates[/eluser]
The documentation explains it in the next section "//CONTROLLER: my_data_page.php", followed by "VIEW: my_data_page.php".

Just keep reading that page.