|
Posted by Manuel Lemos on 05/27/07 22:00
Hello
on 05/25/2007 06:36 AM andre rodier said the following:
> Hello,
> As indicated in the title, I am looking for a PHP library able to create on the fly complex SQL requests, on 5
> or 6 dimensions, without problems occurs on many-to-many relations, etc.
You may want to take a look at Metastorage. It is a a tool that
generates Object-Relational Mapping (ORM) PHP Classes from an object
model definition. It supports many-to-many relationships and has an OQL
(Object Query Language) that lets you express complex query conditions
that compile into efficient SQL.
http://www.metastorage.net/
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|