PHP Classes

Packages of Mark Mendoza

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Mark Mendoza (3)  >  Mission progress status  >  Reputation  
Picture of Mark Mendoza
Name: Mark Mendoza <contact>
Classes: 3
Country: Philippines Philippines
Age: 41
All time rank: 357730 in Philippines Philippines
Week rank: 46 Up1 in Philippines Philippines Up
All time users: 392
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Combinatorics  
Generate combinations from a set of string values
This class can generate combinations from a set of string values.

It can take an array of strings and generates a given number of combinations of the strings of another number of elements.

The class returns an array with the generated strings with the combination of the initial set of strings.

  Files folder image PHP Form Data Validation  
Validate arrays of data using a list of rules
This class can validate arrays of data using a list of rules.

It can as parameters take an array with data values and another array with a list of rules.

The class validate the data values according to the given rules and sets a class variable with the list of errors for each data entry that is invalid.

Currently the class can validate data values with rules like:

- Required
- Character Length
- Alphanumeric
- Email
- Alpha
- Password
- URL
- Range

  Files folder image PHP Obfuscation  
Obfuscate strings using a password key value
This class cab obfuscate strings using a password key value.

It can take a password and a hint value and generates an obfuscated version of the password by scrambling its value.

The class can also take an obfuscated version of the password recover the original unscrambling it.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z