网站优化——南京列天网络科技有限公司
电话:025-58901020  025-83718803 全国统一电话:400 0404 010

分享一段网站建设的代码www.idcss.cn


class Employee 
{ 
public $Id; 
public $Name; 
public $Email; 
public $Salary; 

function __construct($id, $name, $email, $salary) 
{ 
$this->Id = $id; 
$this->Name = $name; 
$this->Email = $email; 
$this->Salary= $salary; 
} 
} 


www.ltid.cn
class EmployeeService extends MSAjaxService 
{ 
function GetEmployee() 
{ 
return new Employee(12345, "Dflying Chen", "Dflying@some.com", 1000); 
} 
} 


www.ltkj.cn 

$theService = new EmployeeService(); 
$theService->ProcessRequest(); 

[2011-12-12 23:25:08]
更多新闻
公司地址:南京市白下区石扬路101号  电话:025-83718803   025-58901020  全国统一电话:400 0404 010  手机:18651628126  Email:lt@ltid.cn  在线QQ:点击这里给我发消息点击这里给我发消息