Exemplo n.º 1
0
 /**
  * PlatFormAct::actModify()
  * 返回某个平台的信息
  * @param int $id 查询ID
  * @return array 
  */
 public function actModify($id)
 {
     $res = PlatFormModel::modModify($id);
     self::$errCode = PlatFormModel::$errCode;
     self::$errMsg = PlatFormModel::$errMsg;
     return $res;
 }