What is "doctrine"

Doctrine is an Object-Relational Mapping (or ORM) framework for PHP. The ORM is a development technique used to reduce the impedance of object-oriented programming using relational databases. The database tables are represented through classes and the records of each table are represented as instances of the corresponding classes. It is an ampling feature using in other languages like Java with Hibernate or . NET with Nhibernate.

Working with ORM Doctrine framework - Aula I.wmv Video tutorial teaching how to work with Framework Doctrine ORM PHP, which helps in building persistence classes with databases. In this class: download, configure and generate models

http://www.youtube.com/watch?feature=player_embedded&v=PbjZlHsAv_4

Working with ORM Doctrine framework - Class II(with zooms). wmv Continuation of the video-lesson series on the Doctrine framework. In this: implementation of the data insertion method.

http://www.youtube.com/watch?feature=player_embedded&v=4KptQVv72aQ

Working with ORM Doctrine framework - Class III (with zooms). wmv Third video lesson on the Doctrine framework, where we create the HTML form and insert information in the database.

http://www.youtube.com/watch?feature=player_embedded&v=0-pQNmE6lj8

WORKING WITH FRAMEWORK ORM DOCTRINE - CLASS VI Hello guys. In this sixth video-lesson we will see how to do a search by id and assemble a form for editing data in our CRUD. I hope you like it. Any questions just use the comment box.

http://www.youtube.com/watch?feature=player_embedded&v=qcSA_caj5xA

Working with ORM Doctrine framework - Lesson V Fourth video-lesson on Doctine. In this class we see how to search for information in the database in an easy and agile way.

http://www.youtube.com/watch?feature=player_embedded&v=yEPz9djaq0Q

Working with ORM Doctrine framework - Lesson VI Hello guys. In this sixth video-lesson we will see how to do a search by id and assemble a form for editing data in our CRUD. I hope you like it. Any questions just use the comment box.

http://www.youtube.com/watch?feature=player_embedded&v=a19vR4tLGeU

Credits from the videos http://www.rafaelwendel.com

Integrations with other frameworks

The Doctrine pertime integrate with other php frameworks like, Zend, Codeigniter, Cakephp,... Here’s a great link I found on the web, explaining about the integration with Codeigniter http://blog.asneto.eti.br/2010/06/07/integrando-o-codeigniter-com-o-doctrine/

And another explaining about the integration with the Zend Framework http://imasters.com.br/artigo/16673/zend/integrando_o_doctrine_com_o_zend_framework/

Another great tutorial on Doctrine: http://www.michaelpaul.com.br/introducao-orm-php-doctrine.html