示例#1
0
 function loadZoneEntry()
 {
     global $toC_Json, $osC_Language;
     $data = osC_ZoneGroups_Admin::getEntryData($_REQUEST['geo_zone_entry_id']);
     $response = array('success' => true, 'data' => $data);
     echo $toC_Json->encode($response);
 }