PHP5 Databases ORM (Objects Relation Models) - Doctrine




(0 votes, average: 0 out of 5, rated)This is a short introduction to a great databases abstraction in PHP5. It can handle the mapping of database fields to php objects (ORM). It is called “Doctrine”.
Instead of Propel, Doctrine support two modes :
1) Pre-generation of the model.
2) Runtime in-memory creation of the model.
The second mode is really interresting for debuging.
[Lire l'article →]



