Ok, now I find the solution here:
Premature Optimization Handling relative links with Zend_View_Helper
uder the title: Handling relative links with Zend_View_Helper
Hello,
Could anybody help me to know how should I set the action attribute in a html form, supposing that in LoginController I have this:
what should I put in the html?Code:public function authenticateAction() { //doing authentication stuff //die('Some text'); not executed here }
actually I have: action="login/authenticate" in a single module project, but it seems the action is not executed.
Any idea will help.
Thanks.
Ok, now I find the solution here:
Premature Optimization Handling relative links with Zend_View_Helper
uder the title: Handling relative links with Zend_View_Helper