PHP Classes

Packages of Kevin Burke

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Kevin Burke (2)  >  Mission progress status  >  Reputation  
Picture of Kevin Burke
Name: Kevin Burke <contact>
Classes: 2
Country: United States United States
Age: 44
All time rank: 27032 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 9290
Week users: 0
 
  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 Scrubs  
Object-relational mapping / Data persistence tool
This package is an object relational mapping and data persistence tool for Web application development.

It allows the developer to define a database schema in xml, and generates data object classes that the developer will use to persist and retrieve data.

This project solves the problem of using relational data in a PHP object oriented application.

Be patient on tutorials and documentation. It seems I submitted prematurely. If you're patient you will see that this is a great tool.

  Files folder image Validator.php  
Form Validation class
This class is meant to validate data entered in forms.

It provides 11 types of validation. To specify a field to validate it requires the field name and, in some cases, other arguments.

The class will return false if the validation failed.

Validator has support to check if a field is or has:
- filled in
- of specified length (<, >, >=, <=, =)
- a valid email
- a string equal in string value to another field
- a string between two values (string length)
- punctuation
- an integer of specified value (<, >, >=, <=, =)
- an integer between two values
- only alphabetic characters
- only alphanumeric characters
- a date of specified format


  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