public function actionHospLst() { $Hosp = new Hosp(); $Hosp->set_prop_from_arr($_REQUEST); $ar['tbl'] = $Hosp->lst(); Core::encode_echo($ar); }
public function actionGet() { $Hosp = new Hosp(); $Hosp->set_prop_from_arr($_REQUEST); $ar['get'] = $Hosp->get(); Core::encode_echo($ar); }