user enters login and password and for verification i have written other
controller how can i retrieve those values from entered in
controller1->controller2 means other controller i m using

     $username = $f->filter($this->_request->getPost('username'));
    $password = $f->filter($this->_request->getPost('password'));
      but its having null value i have even checkd phtml form field name its
d same 
-- 
View this message in context: 
http://www.nabble.com/user-enters-login-and-password-and-for-verification-i-have-written-other-controller-how-can-i-tf4193296s16154.html#a11925023
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to