0.11.0 Stable Released
0.11.0 Stable Released
Posted by jwage 7 months ago
Today, I would like to introduce the latest stable version of Doctrine, 0.11.0. This release is a major release but it contains bug fixes only. It contains a few BC enhancements that were required in order to fix some bugs. We recommend everyone upgrade to 0.11. Below are some highlights of this release.
- 131 Tickets Closed
- [4433] Introduced preDql*() Hooks
- Introduced SoftDelete Behavior
- Introduced Application Level Cascading Deletes
- Many fixes to Behavior system, primarily Nesting Behaviors.
Another item worth mentioning about the 0.11 release is that the integration between Doctrine and symfony has evolved quite well over the first quarter of 2008 as symfony 1.1 is coming out and 0.11 is released. The integration between symfony 1.1 and Doctrine with sfDoctrinePlugin is now officially supported by the symfony core team and we will slowly be introducing more documentation over the coming months.
Comments (7) [ add comment ]
Thank you guys - Posted by Yanko about 7 months ago.
Doctrine is really an extraordinary php component. I am developing my first project with doctrine and I am really happy with it. No doubt I will be using it as my default ORM or DAL in future projects. Version 0.11 is very future rich.
Hotttt - Posted by Jason about 7 months ago.
<3 Doctrine
Nice ! - Posted by Xheyther about 7 months ago.
Great job indeed !
Working with doctrine is a real pleasure since all become so simple !
Thank you :o)
Great - Posted by Yanko about 7 months ago.
I can't think going back to manually write SQL and CRUD methods. I am using doctrine with zend framework and they integrate very well. I have seen zend framework db component and it seems a good and simple one, but nothing compared with doctrine. Guys are you considering a join venture with zend? Have you talk with them about integrating doctrine as an important 2nd party component in their component ecosystem?
Application Level Cascading Deletes - Posted by paladinm about 7 months ago.
What syntax i should use for application-level cascade delete in schema files?
Cookbook - Posted by Thommy about 6 months ago.
I like before somthings hapends and now I can`t find the tutorial and the cookbook have no content. Please help!!
Doctrine_Adapter_Mysql - Posted by alex about 6 months ago.
Hi,
my hoster don't have installed PDO extension.
I cannot use Doctrine, because we don't have Doctrine_Adapter_Mysql ;(
Very bad.