If you have done this: -
<form action='/login'>
echo $this->formText($name, $value, $attribs);
echo $this->formSubmit($name, $value, $attribs);
</form>
You will then check in the indexAction of your login using the validators available in Zend Validate .
Using this method, you probably won't have a form object, and I would not recommend using it if you really don't like the Zend form.
, : ", , ".