Le projet Doctrine (ORM en PHP) en version 1.0

logo doctrine

Suite à Propel, voici le tour de Doctrine d’annoncer une mise à jour majeure. Alors que Propel passe en version 1.3 avec de profondes modifications, Doctrine passe en version 1.0 au terme de près d’un mois de bêta.

Doctrine est un projet ORM permettant de simplifier l’accès à vos données (SGBD) depuis PHP : vous n’utilisez aucune fonction et aucune classe liée à un SGBD spécifique, et vous n’écrivez pas de code SQL. Tout se fait au moyen de classes dans le code PHP.

Ce n’est aujourd’hui que la version 1.0RC1, mais la version finale 1.0 est prévue pour le 1° septembre. Vous pouvez donc commencer à préparer vos applications et vos suites de tests pour la migration.

Pour plus d’informations sur Doctrine, vous pouvez consulter notre FAQ : http://php.developpez.com/faq/?page=doctrine
Ou bien le tout nouveau site officiel du projet : http://www.doctrine-project.org/

2 réflexions au sujet de « Le projet Doctrine (ORM en PHP) en version 1.0 »

  1. Avatar de YoguiYogui Auteur de l’article

    Et voici la version 1.0 finale !
    http://www.doctrine-project.org/blog/doctrine-1-0-released

    Today I am extremely happy to introduce the first stable version of Doctrine, 1.0.0. If you’ve been around for a while, then you know this is a long time coming. We’ve been hard at work on Doctrine for nearly 3 years and it is finally time to release a version we will support with bug fix releases every month. This 1.0 release will be maintained until March 1st 2010. Now we have 1.0, what is next? Below are some highlights of what to expect in the future of Doctrine.

    * Doctrine 2.0 – We’ve been working in trunk on Doctrine 2.0 for quite sometime now and this is the next really big milestone for the project. As we work on 2.0 we will backport things for intermediate major versions(1.1, 1.2, etc.)
    * The Doctrine Company? – We’ll be working on a new side to the Doctrine project for organizing commercial support contracts, trainings, seminars, certifications, training material and much more.
    * Doctrine supported by symfony 1.2 – We will be contributing to the integration process of Doctrine with sfDoctrinePlugin. 1.2 will be the first symfony release to bundle Doctrine and support it.
    * More and Better Documentation – Expect updated documentation as well as some new pieces introduced. Doctrine Book?

    What are you waiting for? Download Doctrine 1.0 now and give it a try. Check out the Cookbook and Manual to help you get started. The My First Project Tutorial is good for just getting started and getting your feet wet.

Laisser un commentaire