2016-10-13 00:16:48 点击量:8 标签: 收藏本文
1.配置php环境
2.启动flex builder
3,new flex project,为project命名为php,再在服务器类型中选择php , 设置的web root(本机web目录)和root url(http地址) , 然后选择data->create application from database 在对话框中选择project为php 点 "new",配置连接名称,然后点next,配置好host url, database name, user name, password 在返回“choose data source” 选择好表名和主键
4 flex 3会自动创建一个与表同名的.mxml文件
as代码:
- #include "netservices.as"
- netservices.setdefaultgatewayurl("http://yourserver.com/flashservices/gateway.php");
- gw = netservices.creategatewayconnection();
- catalogremote = gw.getservice("catalog", this);
- catalogremote.getproducts();
- getproducts_result = function(result) {
- _root.products_results = result;
- }
PHP代码
- class catalog {
- var $products_array = array();
- function catalog() {
- $this->methodtable = array (
- "getproducts" => array (
- "description" => "get list of products",
- "access" => "remote",
- "arguments" => "" // arguments could be optional, not tested
- )
- );
- }
- function getproducts() {
- return $this->products_array;
- }
- }
我们是一家提供综合软件外包与弱电工程服务的技术公司。
业务涵盖定制软件、管理系统、网站、小程序、APP、系统集成、网络布线、监控安防、门禁、机房建设及长期技术维护。
公司地址:湖北省宜昌市伍家岗区东站二路6号三峡(宜昌)大数据产业园海洋馆二楼A203室