コード例 #1
0
 public function getLocationTypesAction()
 {
     $this->_helper->layout->disableLayout();
     $geo_level_id = $this->_request->geo_level_id;
     $location = new Model_Locations();
     $location->form_values = $geo_level_id;
     $result = $location->getLocationType();
     $this->view->data = $result;
 }