Hi,
The code below using $this->_request->getPost() will not include the radio
buttons and checkboxes
$arrPost = $this->_request->getPost();
foreach($arrPost as $postKey => $postValue) {
$this->logger->debug($postKey . ' - ' . $postValue);
}
Why and how do I include those ?
Thank you for any help !
--
View this message in context:
http://n4.nabble.com/Can-t-get-radiobuttons-and-checkboxes-of-form-using-getPost-tp1585878p1585878.html
Sent from the Zend Framework mailing list archive at Nabble.com.