CodeIgniter Forums
Using Ajax with CI by minimal learning - 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: Using Ajax with CI by minimal learning (/showthread.php?tid=28962)



Using Ajax with CI by minimal learning - El Forum - 03-26-2010

[eluser]parham90[/eluser]
Hi,

I don't know whether this is just me, or that people have trouble grasping JQuery and Ajax in the beginning; it is not as intuitive as you'd imagine, like PHP is, or CI is. Given the very! important fact that I am living in Iran and have to self-learn everything by googling and such (I.E. no books due to sanctions), I was wondering if there is an easy-to-learn and use CI library that does most common Ajax tasks for me so I won't have to dirty my hands with the coding. I have looked in the wiki, and I have come across Xajax (which is out of date), and TinyAjax (which has its link leading to a page that no longer exists). There is also Taco Class (which sounds great), but I do not know if it is maintained or not (the webpage says the version is 4.05, but the wiki says 4.06.

All I need is a documentation like CI's (full of examples where possible, along with a function reference), and PHP-based as much as possible.

Thanks!

P.S.: sorry if this message sounds too picky; I had to try. Smile


Using Ajax with CI by minimal learning - El Forum - 03-26-2010

[eluser]danmontgomery[/eluser]
You can try downloading CI 2.0, it comes with a new javascript library... If you download the source, the new documentation is included. Obviously it's still in development so there will be some bugs.

http://bitbucket.org/ellislab/codeigniter/