phpScheme is a web-application framework based on the MVC concept to quickly allow you to produce database driven applications without a lot of hassle. Database querying, editing, adding, and deleting is all taken care of for you.
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).