Write hyperlink inside the Zend Form?

后端 未结 5 1564
无人及你
无人及你 2020-12-29 07:50

I am using Zend-Framework in my project. I made a login form using the Zend Form that contains the User Id and Passwords fields with a submit button. Everything is

5条回答
  •  误落风尘
    2020-12-29 08:40

    You can use Zend_Form_Decorator_ViewScript

    Or, create a custom Zend_Form_Element to render HTML elements or ViewScript.

提交回复
热议问题