Associate
- Joined
- 19 Jun 2003
- Posts
- 1,680
- Location
- West Yorks, UK
Hi,
Today I was looking for a nice simple AJAX framework to help me fiddle around with forms, and send/recieve data from a database. I've looked at Prototype etc before, but found them far too bloated for my needs.
I then stumbled across SAJA and it does exactly what I need. It's dead simple to use, has some nice features (like being to log AJAX requests in a browser's history), and best of all, doesn't involve writing any JavaScript handlers - you write the PHP function to process your data, and it handles the rest.
I'm still finding my feet with it a bit, but am able to exchange data with MySQL/Informix etc using PDO easily. It's worth a peek
Anyone else know of similar, simple, PHP<--->AJAX libraries that are worth looking at?
Matt
Today I was looking for a nice simple AJAX framework to help me fiddle around with forms, and send/recieve data from a database. I've looked at Prototype etc before, but found them far too bloated for my needs.
I then stumbled across SAJA and it does exactly what I need. It's dead simple to use, has some nice features (like being to log AJAX requests in a browser's history), and best of all, doesn't involve writing any JavaScript handlers - you write the PHP function to process your data, and it handles the rest.
I'm still finding my feet with it a bit, but am able to exchange data with MySQL/Informix etc using PDO easily. It's worth a peek

Anyone else know of similar, simple, PHP<--->AJAX libraries that are worth looking at?
Matt
Last edited: