Yummy database objects
I was poking around with PHP a couple of days ago when I came across DB_DataObject in PHP’s package archive. It’s a persistence layer for PHP objects, that makes storing and retreiving data in SQL databases really easy.
I find it hard to believe that I’ve mucked around with PHP for so long without discovering this library before.
(For anyone else who had a hard time finding documentation explaining how the DBO stuff works, see the end user documentation on the PEAR project page.)
