Are any of you aware of a library that helps you build/manipulate SQL queries, that supports JOIN\'s?
It would give a lot of flexibility i\'d think if you have somet
I would advise using a PHP framework such as Symfony which uses Propel by default and can use Doctrine if you wish.
CakePHP also uses an ORM, but I don't know which one.