Example #1
0
 function act_platformShow()
 {
     $where = "";
     $paltform = platformModel::platformShow($where);
     return $platform;
 }