Thread: Xajax
View Single Post
Old 02-26-2008, 01:10 AM   #2 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

You forgot the URL: xajax PHP Class Library - The easiest way to develop asynchronous Ajax applications with PHP

I've seen this library before but personally, I prefer doing all AJAX stuff myself. Some time ago I was using AJAX in the admin panel of the system I had designed. In the user management pane you could browse/add/edit/delete users all via AJAX, without reloading the page. Browsing users was the most tricky cause the script downloaded a list of users (id, name, email, level etc) and had to dinamically build the HTML table with that information, I don't know if you can do this kind of thing using a library like XAJAX.
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote