| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Kevin Burke (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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 |