Quote:
Originally Posted by Ewok
Try
$this->_request->getParam("id",null);
This should get either GET or POST variable called id, and if it doesn't exist return null.
|
i try, but its the same
getPost, getParam, $_POST .... cannot get parametrs
if set form metod to GET, i get all parametrs from form.
when i write "clasic" php file (withouth ZF) in the same PUBLIC directory ... it go perfectly
Where is error ?
