2017 © Pedro Peláez
 

silverstripe-module netefx-validator

NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php

image

lxberlin/netefx-validator

NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php

  • Friday, February 6, 2015
  • by lx-berlin
  • Repository
  • 3 Watchers
  • 8 Stars
  • 6,365 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 6 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Silverstripe Validator Module

(Master branch is for Silverstripe2.4), (*1)

this module gives you a bunch of validation rules for any kind of form validation., (*2)

Maintainers

  • lx-berlin
  • zauberfisch

TODO

  • NetefxValidatorRuleGREATER and some other rules have a couple of lines in common to check the input, that should be moved into 1 function

Documentation

  • every Rule class includes at least one example or points you to a similar class with examples
  • http://www.netefx.de/Silverstripe-NetefxValidator.php

The Versions

06/02 2015

dev-master

9999999-dev http://www.netefx.de/Silverstripe-NetefxValidator.php

NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar Zauberfisch

validator validation silverstripe