Protheon ORM
Flexible and simple ORM Library for PHP applications
...The ORM classes provide a elegant, easily readable and complete SQL solution which look something like this:
$res = $customer->fields("id,name")->first(4);
foreach($res as $row) .....
ProtheonORM is a open-source component of the Protheon CMS package intended for use with PHP web development by netideas bv, the Netherlands.