- Moved sample classes to model directory - Added model/schema including: - sample build file for reverse and forward engineering - sample xml schema file generated from sample tables - Added test/properties.inc.php for test framework - Updates to MakeTable and MakeForm - Update to PDO_mysql class to create new connection in cases where mysql_ functions are already being used
* Changes and updates to new xPDO validation package: -Added 4 basic xPDOValidationRule classes: -xPDOMaxLengthValidationRule -xPDOMaxValueValidationRule -xPDOMinLengthValidationRule -xPDOMinValueValidationRule -Added sample validation rules to sample schema. -Added xPDOGenerator support for validation rules. -Added on-demand loading of schema validation rules in xPDOObject, either when validate() is called, or when rules are added/removed via addValidationRule()/removeValidationRule(), whichever comes first. * Added xPDO::getConfig() and xPDO::setConfig() methods for proper public access to xPDO::config and the ability to extend the behavior.