View Single Post
  #4 (permalink)  
Old 04-01-2008, 03:27 PM
Mischa's Avatar
Mischa Mischa is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default

Quote:
Originally Posted by Ewok View Post
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 ?
Reply With Quote