·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3.0连接数据库的实例源代码

时间:2013-12-03 10:47cuplayer.com
[AS3]as3.0连接数据库的实例源代码,为project命名为php,再在服务器类型中选择php , 设置的web root(本机web目录)和root url(http地址)

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代码:

  1. #include "netservices.as" 
  2.    netservices.setdefaultgatewayurl("http://yourserver.com/flashservices/gateway.php"); 
  3.    gw = netservices.creategatewayconnection(); 
  4.    catalogremote = gw.getservice("catalog", this); 
  5.    catalogremote.getproducts(); 
  6.  
  7.    getproducts_result = function(result) { 
  8.    _root.products_results = result; 
  9.    } 

PHP代码

  1. class catalog { 
  2. var $products_array = array(); 
  3.  
  4. function catalog() { 
  5. $this->methodtable = array ( 
  6. "getproducts" => array ( 
  7. "description" => "get list of products", 
  8. "access" => "remote", 
  9. "arguments" => "" // arguments could be optional, not tested 
  10. ); 
  11. function getproducts() { 
  12. return $this->products_array; 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器