form-manager:PHP库用于创建和验证html表单

时间:2024-06-17 08:44:35
【文件属性】:

文件名称:form-manager:PHP库用于创建和验证html表单

文件大小:33KB

文件格式:ZIP

更新时间:2024-06-17 08:44:35

forms form-builder PHP

表单管理器 注意:这是FormManager 6.x的文档 对于v5.x版本,请 安装: 该软件包需要PHP>=7.1 ,并且可以在上: composer require form-manager/form-manager 创建一个领域 FormManager具有名称空间,但是您只需要将一个类导入上下文即可: use FormManager \ Factory as F ; 使用导入的工厂创建所有表单元素: //Create an input type="text" element $ name = F :: text (); //Create the input with a label $ name = F :: text ( 'Please, introduce your name' ); //Or with extra attributes $ name = F :


【文件预览】:
form-manager-master
----composer.json(1KB)
----.php_cs.dist(179B)
----LICENSE(1KB)
----src()
--------Inputs()
--------ValidationError.php(1KB)
--------Factory.php(3KB)
--------Groups()
--------InputInterface.php(345B)
--------NodeInterface.php(307B)
--------Form.php(3KB)
--------Validators()
--------Traits()
--------Datalist.php(388B)
--------ValidatorFactory.php(6KB)
--------Node.php(5KB)
----CHANGELOG.md(2KB)
----README.md(9KB)

网友评论