CodeIgniter Forums
Is codeigniter support ajax,.....? - 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: Is codeigniter support ajax,.....? (/showthread.php?tid=1788)



Is codeigniter support ajax,.....? - El Forum - 06-27-2007

[eluser]Thananjeyan[/eluser]
hi developers

can anyone tell me the answer

What are the features of codeigniter...?


Is codeigniter support ajax,.....? - El Forum - 06-27-2007

[eluser]woopsicle[/eluser]
i suggest you go to the wiki ( http://codeigniter.com/wiki/ ) and type in 'ajax' in the search bar.

there's plenty of info there of how to use your favourite ajax library (mootools, jquery etc etc) with codeigniter.


Is codeigniter support ajax,.....? - El Forum - 06-27-2007

[eluser]Thananjeyan[/eluser]
:wow: thanks for your information..........


Is codeigniter support ajax,.....? - El Forum - 06-28-2007

[eluser]Derek Allard[/eluser]
http://video.derekallard.com might be helpful for you.


Is codeigniter support ajax,.....? - El Forum - 06-28-2007

[eluser]Colin Williams[/eluser]
Essentially, all you need to do is return XML or JSON from your CI application for AJAX requests. There are functions in the PHP world to assist in converting object to XML and JSON, and I'm sure implementing them in CI as libraries or helpers would be a cinch.