文件名称:ValidationBundle:Symfony 的尊重\验证包
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-20 06:21:44
PHP
验证包 Symfony 的尊重\验证包 安装 该软件包可在上,您可以使用进行安装。 composer require respect/validation-bundle 将包添加到您的 AppKernel.php: public function registerBundles () { return array ( // ... new Respect \ ValidationBundle \ RespectValidationBundle (), // ... ); } 用法 使用作为服务respect.validator //... class AcmeController extends Controller { public function indexAction() {
【文件预览】:
ValidationBundle-master
----composer.json(633B)
----.travis.yml(146B)
----Validator()
--------Constraints()
--------ConstraintValidator.php(494B)
--------Constraint.php(258B)
----DependencyInjection()
--------RespectValidationExtension.php(892B)
--------Configuration.php(891B)
----RespectValidationBundle.php(142B)
----LICENSE(2KB)
----Resources()
--------config()
----Tests()
--------Validator()
----phpunit.xml.dist(819B)
----README.md(2KB)