Tag Archives: AJAX

Ajax implementation on CakePHP @ 2

* Update on 2010-08-08: Please refer to Ajax implementation on CakePHP @ 3 for Ajax form in CakePHP.

An ajax call which only replaces the text may not be what u want to do. Here is the sample code of an ajax form in CakePHP.
Continue reading Ajax implementation on CakePHP @ 2

Ajax implementation on CakePHP @ 1

I have been working on a website which make use of the ajax features under the CakePHP framework. Although the CakePHP framework provides Ajax Helper for the ajax implementation, it is not easy to use since there are not very much resources about cakePHP on web and some of them are quite confusing.

I just keep trial and error and finally make something work as i wish. =)
Continue reading Ajax implementation on CakePHP @ 1