Doctrine ORM for PHP available in print
Posted by jwage 4 days ago
Last night the Doctrine ORM for PHP book became available on the Amazon website. This is our first official piece of published documentation and we are very excited and proud to see this. If you are an existing or new Doctrine user, it is much appreciated if you purchase a copy. Since Doctrine i... [read more] [3 Comments]
Introducing the Google I18n Extension
Posted by jwage 6 days ago
To demonstrate the use of the new Doctrine extensions repository I have written an extension of the core provided I18n behavior and created the GoogleI18n extension. This behavior offers automatic translation of your internationalized records by using the Google Translation API. Here are some ba... [read more] [2 Comments]
What's new in Doctrine 1.2
Posted by jwage 7 days ago
This week I have been working on the next major version of Doctrine, 1.2. This version will possibly be the last 1.x version before we really begin to push 2.0 hard. The 1.2 release should be a decent release for you all and I think it has some interesting features that should really spark some ... [read more] [5 Comments]
Thank you ServerGrove
Posted by jwage 9 days ago
As you all may know, we recently moved the Doctrine infrastructure to a brand new home. This is all thanks to ServerGrove. I contacted them a few months ago about potentially sponsoring us and they did not hesitate one bit. They were more than willing to setup a dedicated community server for us,... [read more] [1 Comments]
Doctrine Future Roadmap
Posted by jwage 13 days ago
So, lately we've been discussing and getting a lot of questions about the future roadmap of Doctrine, specifically 2.0. If you are following PHP 5.3 you will have noticed that PHP 5.3 RC4 was released last week. This means that the stable release of 5.3 is very near. Below you will find a schedu... [read more] [11 Comments]
Website Updates
Posted by jwage 13 days ago
Today I have deployed some updates to the Doctrine website. Some of the updates all of you will enjoy, but another specific one might upset some of you. I have decided to remove the Doctrine Forum forever and consolidate the user discussions in to the doctrine-user mailing list which is hosted o... [read more] [3 Comments]
Using Views with Doctrine
Posted by jwage 15 days ago
I've seen a few requests recently on how you can use a view with Doctrine. This is very easy and I've also learned a few neat tricks that you can do to accomplish abnormal things while writing this article. Creating the View First I will demonstrate how you can turn a normal Doctrine_Query inst... [read more] [4 Comments]
Cross Database Joins
Posted by jwage 15 days ago
Cross Database Joins In Doctrine, joining data across databases is not technically "supported" by a designed feature, but you can make it work by tricking Doctrine a little bit. In this article I'll show you how you can setup a database schema that specifies relationships across two databases a... [read more] [5 Comments]
Special Price Offer: Symfony 1.2 + Doctrine Training Workshop
Posted by jwage 16 days ago
As you all may know, I work for Sensio Labs, the creators of the Symfony framework. Sensio offers trainings in many topics, but primarily Symfony and Doctrine. I will be teaching a training session June 29th to July 1st in the San Francisco bay area that covers Symfony 1.2 and Doctrine 1.0. We ar... [read more] [1 Comments]
Doctrine changing homes
Posted by jwage 17 days ago
You all may have noticed the stability of the website going up and down recently. Up until now we have been lucky to have our good friend Ian Christian(pookey in IRC) host all the Doctrine infrastructure for over 3 whole years! With Doctrine continuing to grow and move forward, it is time to move... [read more] [3 Comments]
