网站优化——南京列天网络科技有限公司
电话: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]更多新闻