PHP Classes

MH Validator: Validate multiple input text values

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 208 All time: 8,394 This week: 660Up
Version License PHP version Categories
mh-validator 1.0GNU General Publi...5.2Validation
Description 

Author

This class can validate multiple input text values.

It can take text values as parameters and validate them according to multiple rules.

Currently it can validate as non-empty string, as number, as boolean, email address, IP address, URL, compare with given value, number between a range, etc..

Picture of Matteo Hertel
Name: Matteo Hertel <contact>
Classes: 2 packages by
Country: United Kingdom

 

Details

MH_Validator PHP class to validate input, There are two type of validation, with static function to take a one shot validation and a regular way by instantiating the object, in this way an error array will be generated if an error will be found. Note by calling the notEmpty function the orginal input wll be stripped by reference You can validate: - string - number - float - integer - boolean - notEmpty string - email - ip - ipv4 - ipv6 - url - alphabetic string - strong password - compare two string - check if the string lenght is between two values You can find the demo of this class at: http://test.matteohertel.com/MH_Validator/index.php

  Files folder image Files (3)  
File Role Description
Accessible without login Plain text file index.php Example Example script
Plain text file MH_validator.class.php Class Class source
Accessible without login Plain text file README.md Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:208
This week:0
All time:8,394
This week:660Up
User Comments (2)
Really good , It allows to write rock solid code and avoiding...
11 years ago (Marco Giordano)
70%StarStarStarStar
good
11 years ago (Rahul Shambharkar)
70%StarStarStarStar