DBDO has finally made it to a state where it can be released. After testing on this site's PHP5 version, I finally nailed the last few segfaults.
The
DBDO page on
pecl.php.net lists the the differences between it and
DB_DataObjects, and you can get an idea of the API by looking at the
source for this websites PHP5 version or the
documentation on DataObjects. The main things that still need looking at are
- Join support
- experimenting with PDO integration
It would be nice to hear from anyone that get's past the fun of compiling libgda (from CVS), and get it to work.