Published on 2006-02-28 08:27:58

Ajax Agent is PHP based Ajax framework created by some old Ajax pro's (Steve Hemmady, the Lead Architect behind Onepage Portal Server (now Sybase Enterprise Portal) & Anuta Udyawar, one of the core engineers behind the Content Express For Microsoft Commerce Server). Their aim is to make Ajax work as simple as possible. The PHP version offers three steps to get started with the framework:


<?php

include_once('agent.php');
$agent->init();
agent.call('url','server_function', 'client_handle', $param1, $param2, ...);

?>


Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved