- 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);
}
Комментарии (5) RSS
Добавить комментарий