Why not try plain vanilla PDO (or mysqli if you work with MySQL and don't like PDO)? It's not exactly a full-blown ORM, but it allows fetching query results directly into an object. And it doesn't get any more simple, lightweight and zero-configuration than that. :)