Excellent Ajax Library for CI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Excellent Ajax Library for CI (/showthread.php?tid=62758) |
Excellent Ajax Library for CI - BrendanRehman - 08-22-2015 I've been using phery for sometime now with more than a few CI projects and 1 or 2 Kohana Projects. I had to adapt the library some recently. Also http://phery-php-ajax.net/ is a particularly powerful ajax library for PHP and it provides many of the features from jquery in the controller. For example $response->jquery()->fadein(); and other such jquery features. Anyway, please enjoy the Library. Its gonna make your ajax work super fun and easy and you'll be able to manipulate the DOM from a controller function. https://github.com/IgnitedCoder/ci_pheryphp Brendan RE: Excellent Ajax Library for CI - Wouter60 - 08-22-2015 Seems very interesting! RE: Excellent Ajax Library for CI - InsiteFX - 08-23-2015 Hi Brendan, Long time no see, will look into this. Thank you RE: Excellent Ajax Library for CI - BrendanRehman - 08-23-2015 (08-23-2015, 04:16 AM)InsiteFX Wrote: Hi Brendan, Whats up Ray, how you been? Glad to see you're still here and posting. Brendan RE: Excellent Ajax Library for CI - InsiteFX - 08-23-2015 Been good, are you back home now? Also your CI message do not allow private messages. But yes I still have what your looking for! |