anyone? how come i get no POST params when i submit the form to the linux
server? 




iceangel89 wrote:
> 
> seems like now it works because of the .htaccess actually 
> 
> but now $this->getRequest()->isPost() is null??? 
> 
> i used FireBug to see whats happening ... i get correct post data going to
> server ... but when i try 
> 
> print_r($this->getRequest()->getParams());
> 
> i get Array ( [controller] => auth [action] => login [module] => default )
> no form info ... 
> 
> my app is http://ffims.six6.net/auth/login
> 
> the code ... 
> 
> function loginAction() {
>         $this->view->header = "Login";
>         $this->view->form = new IMS_Forms_Login();
>       print_r($this->getRequest()->getParams());
>       
>         if ($this->getRequest()->isPost()) {
>             if
> ($this->view->form->isValid($this->getRequest()->getParams())) {
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Problem-setting-up-ZF-app-in-Linux-Server-tp23801293p23813453.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to