Exemplo n.º 1
0
 public function getCcmLocationsStatusAction()
 {
     $wh_id = $this->_request->getParam('wh_id');
     $locations = new Model_Locations();
     $result = $locations->getCcmLocationsStatus($wh_id);
     echo Zend_Json::encode($result);
 }