This package can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases.
| Tags | Database |
|---|---|
| Licenses | LGPL |
| Implementation | PHP |
Recent releases


Changes: This release changes how array offsets are mapped to the conditions of selecting a row (for possible security problems). If available, a unique field is used, and access using the pk is provided using the special property ->byXXXX. Abstraction of SQL data types and inboxing of these values into objects with constraints checking. Disabling of inboxing of SQL data types is available through property ->withoutInboxing. A new exceptions hierarchy (allows more fine-grained catching of exceptions).


No changes have been submitted for this release.