CodeIgniter Forums
I need a codeigniter ajax implementation - 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: I need a codeigniter ajax implementation (/showthread.php?tid=9243)



I need a codeigniter ajax implementation - El Forum - 06-18-2008

[eluser]doors[/eluser]
I have been searching the forum and wiki and it seems as if ajax is not on the minds of the developers.

When will an ajax library be package with codeigniter? The reason for a framework is to provide most of the essential tools so that the developer will have what he/she needs to develope applications quickly and efficiently.

Can we see something for ajax in the next release?


I need a codeigniter ajax implementation - El Forum - 06-18-2008

[eluser]Popcorn[/eluser]
Xajax can work well with CodeIgniter.

http://www.alexajax.com/

Plenty of examples and documentation there.

Kind Regards,
-Mathew


I need a codeigniter ajax implementation - El Forum - 06-18-2008

[eluser]Randy Casburn[/eluser]
This is a Javascript integration question. What do you want to do with it?

I'm currently experimenting with Adobe Spry and it's working very well. Easy, fast and integrates well. I also use ExtJS for full visualization of the frontend. In other words, almost the entire View of the MVC design pattern is relinquished to the JS Framework and then dealt with through ajax.

etc, etc...

Regards,

Randy


I need a codeigniter ajax implementation - El Forum - 06-18-2008

[eluser]Lukifer[/eluser]
If you find it helpful, I posted my quick-and-dirty AJAX Helper here, which uses the Prototype library. True JS/AJAX abstraction will be coming in CI 2.0, which we're all looking forward to. Smile


I need a codeigniter ajax implementation - El Forum - 06-18-2008

[eluser]Randy Casburn[/eluser]
I have so much time (edit: invested in) rolling my own, I hope the coupling isn't too tightly wound Undecided