- 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);
}
Lure Of Chaos 09.05.2012 01:07 # 0
eth0 09.05.2012 08:54 # −1
Nicklasos 09.05.2012 12:23 # −3
Nicklasos 09.05.2012 13:19 # 0
inkanus-gray 09.05.2012 14:13 # 0