Doctrine, a Free Open Source PHP ORM
Doctrine is a PHP ORM (object relational mapper) for PHP 5.2.3+ that
sits on top of a powerful PHP DBAL (database abstraction layer). One of
its key features is the ability to optionally write database queries in
an OO (object oriented) SQL-dialect called DQL inspired by Hibernates
HQL. This provides developers with a powerful alternative to SQL that
maintains a maximum of flexibility without requiring needless code
duplication.
Doctrine 1.0 and symfony 1.2Posted by jwage 4 days agoThis morning Fabien from the symfony project announced the roadmap for the next major version of symfony, 1.2. He announced that Doctrine would be officially supported as a "first class citizen." The time couldn't be better as symfony 1.2 is scheduled to be released in October and Doctr... [read more] [1 Comments] Introducing the Doctrine ForumPosted by jwage 4 days agoFor those of you who are not keen on using the mailing list or irc for getting help with Doctrine, we now have a public Forum, powered by PHPBB3(which is very nice btw). Please contact me at jonwage at gmail.com if you would like a forum for your language added or if you are interested in being a... [read more] [1 Comments] |

