AJAX框架 Ajax Agent
- 授权协议: GPL
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://sourceforge.net/projects/ajaxagent/
- 软件文档: http://ajaxagent.org/doc.php
软件介绍
AjaxAgent 是一个非常易于使用(只需三行代码),并且非常强大的开源框架用于快速构建AJAX或RIA应用程序。支持复杂的数据类型比 如:associated arrays与object。使用JSON(JavaScript Object Notation)作为数据交换格式。
示例代码:
<?php
include_once("agent.php");
$agent->init();
agent.call('url','server_function', 'client_handle', param1, param2, ...);
?>
