Description

Form helper library. Automatic generation of HTML FORMs from given data. @method string text(string fieldName, Json[string] options = null) Creates input of type text. @method string number(string fieldName, Json[string] options = null) Creates input of type number. @method string email(string fieldName, Json[string] options = null) Creates input of type email. @method string password(string fieldName, Json[string] options = null) Creates input of type password. @method string search(string fieldName, Json[string] options = null) Creates input of type search. @property \UIM\View\Helper\HtmlHelper myHtml @property \UIM\View\Helper\UrlHelper myUrl

Properties