Use the request object's getPost(variable_name) function. http://framework.zend.com/manual/en/zend.controller.request.html
On 8/8/07, Kexiao Liao <[EMAIL PROTECTED]> wrote: > I just begin to use Zend Framework. I need to get all the POST variables' > values inside the html form. In normal php, we use $_POST variable. For the > Zend Framework, Do we have better approach to get all these POST data once > we click the submit button of the html form? Kevin > ________________________________ > View this message in context: How to get values of POST variables from Zend > Framework > Sent from the Zend Framework mailing list archive at Nabble.com. >
