Пример #1
0
 public function getMonthRangeAction()
 {
     $id = $this->_request->getParam('month', '');
     $geoModel = new Model_Geo();
     $result = $geoModel->getMonthRange($id);
     echo Zend_Json::encode($result);
 }