Skip to content

This extension provides a comprehensive form validation class compatible with Symphony ecosystem.

Notifications You must be signed in to change notification settings

andrewminton/validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Validation

This extension provides a comprehensive form validation class compatible with Symphony ecosystem, that means you can still use Form Controls framework. Inspired by CodeIgniter validation class.

  • Version: 0.1
  • Author: Rainer Borene
  • Build Date: 2010-11-29
  • Requirements: Symphony 2.1.2 (Very likely compatible with earlier versions, only tested in 2.1.2)

Usage

Require the validation class in your custom code.

require_once(EXTENSIONS . '/validation/lib/class.validation.php');

You can take this code as example to write your validation.

License

Licensed under the MIT License, Copyright 2010 Rainer Borene.

About

This extension provides a comprehensive form validation class compatible with Symphony ecosystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%