A straightforward ORM for MySQL coded in PHP.
Supported featured:
- working with POPO objects (plain old PHP object) with minimal setup
- validation of object fields and custom validation
- behaviors and events to extend functionality. 2 behaviors already available: AutoIncrementBehavior, TimestampBehavior
- pagination supported
- still can use plain SQL to create complex queries
Please check sample.php and classes in lib/models for samples of use. Check ObjectORM for available calls and parameters.