AjaxHandler

The Ajax Handler is a CakePHP Component that processes and handles AJAX requests. It determines what action should be dealt as an AJAX call, applies the appropriate filters, prepares the data for a response and responds with the appropriate headers.

Entries for Resources

So it has taken me nearly a year to get to this point. Over the past year I have been building some very advanced php classes and scripts that I wish to release as open-source. The types of scripts range from database handlers, template engines, form validation and cleaning, session management, CakePHP components and behaviors, so on and so forth. For the time being I'm releasing 3 scripts that I deemed "stable" and "complete". I hope you love them and get as much use out of them as I have. Continue reading...