Current features include:
- Access, modification, saving, deleting and creration of records through OO interface
- Inheritance allowing overriding accessor/setter methods for automatic conversion of data to/from database (e.g. auto convert datetime to SQL format or epoch, etc).
- Searching of records based on all known fields through chained OO ($search->name_like("tom%")->id_ge(100);) syntax, criteria specification (hash-list syntax), or customer where clause string.
- Search result iterations returning single record objects
- Linking of search objects for table joins (with multiple record objects returned per iteration)
That said, am I missing the forest through the trees? Are there specific common ways you use an ORM that I'm not accounting for?




Help






