afeique / validator

a class for quickly validating form inputs using method chaining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validator class

by afeique sheikh

description

This is a simple PHP class for quickly validating form inputs using method chaining.

dependencies

Requires my error class to be called via include() or require() beforehand.

comments

  • Usage information will be added at a later date.
  • Classes are not enclosed in a namespace which may lead to conflicts; user discretion is advised.
  • This github repository was created with the express purpose of helping me with versioning control across multiple projects that use the same code.

About

a class for quickly validating form inputs using method chaining


Languages

Language:PHP 100.0%