- 1
- 2
- 3
- 4
- 5
- 6
- 7
if($this->getRequest()->isPost()) {
			$month = $this->getRequest()->getPost('month', null);
			$year  = $this->getRequest()->getPost('year', null);
		} else {
			$month = $this->getRequest()->getParam('month', null);
			$year  = $this->getRequest()->getParam('year', null);
		}
 Follow us!
 Follow us!
Комментарии (5) RSS
Добавить комментарий