Found 9 blog posts with the tag "2.0"

Doctrine 2 ALPHA4 Released

Tags: release, 2.0, alpha

Posted 6 months ago by romanb

Today we are happy to announce the release of the next, and hopefully last, alpha release of Doctrine 2. With over 60 fixed bugs and some improvements this is another significant step towards the final release. Highlights DBAL Refactorings: [DDC-169] CLI Refactoring and Enhancements: [r6972] ... [read more] [0 Comments]

Doctrine 2.0.0-ALPHA3 Released

Tags: release, 2.0, alpha

Posted 9 months ago by jwage

Today I am happy to bring you the third alpha version of Doctrine 2! This release contains over 60 fixes and the code is starting to stabilize. Highlights [r6441] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. [r6442] Work on mapping drivers, exp... [read more] [0 Comments]

Doctrine 2 Documentation

Posted 10 months ago by jwage

Did you know that Doctrine 2 is already very well documented? I've noticed recently that some people seem to think we don't have any documentation for it, and that upgrading will not be possible for many months to come. We have an almost complete manual on Doctrine 2 which is the same concept of... [read more] [0 Comments]

Doctrine 2 Preview Release

Tags: release, 2.0

Posted 11 months ago by romanb

Exactly one year ago today we released Doctrine 1.0 stable, which was on the birthday of Jon. Again, today we have chosen the birthday of Jon to release the first preview of Doctrine 2. This is an alpha release that is not intended for production use. Doctrine 2 marks the beginning of a new appr... [read more] [0 Comments]

Transactions and Performance

Posted 11 months ago by romanb

In this post I want to clarify some things about transactions and performance of PHP applications in general. I want to show you that it is very easy to lose a lot of performance without using any "heavy" framework at all and I also want to show that frameworks can actually help you avoid a lot o... [read more] [0 Comments]

Doctrine Future Roadmap

Tags: 2.0, roadmap, 1.2

Posted about 1 year ago by jwage

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] [0 Comments]

Doctrine Database Abstraction Layer

Tags: 2.0, dbal

Posted about 1 year ago by jwage

One of the greatest advantages to using Doctrine is what is under the hood that powers it. That is the database abstraction layer. This powerful layer is based off of a lot of different code from various popular PHP projects such as PEAR MDB2 and Zend_Db. It provides you a nice intuitive interf... [read more] [0 Comments]

Glimpse of Doctrine 2.0

Posted about 1 year ago by jwage

As you all probably already know, we have been working on Doctrine 2.0 pretty much since before we released Doctrine 1.0. This effort has been primarily led by Roman and he has done an excellent job with things so first a big thanks goes to him. A few quick facts Doctrine 2.0 will require P... [read more] [0 Comments]

PHP 5.3 and Doctrine 2.0 Teaser

Tags: 2.0, teaser, php 5.3

Posted about 1 year ago by jwage

We've been really busy around here as you may have noticed. Doctrine 1.1 is about to be released, we just got some much needed new documentation, we're going to be offering a printed version of the documentation soon! Something we haven't talked to much about is Doctrine 2.0! Roman has been quiet... [read more] [0 Comments]