NOTES ON USING DOCTRINE
-----------------------
Zikula supports Doctrine 2.1. Please make sure you are reading the correct version
of the documentation looking on the vendor website

http://www.doctrine-project.org/projects/orm/2.1/docs/en

Rather than reading the entire Doctrine manual, we refer to certain things you need
to know about.

BASICS
------
Basic Mapping
http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html

Association Mapping
http://www.doctrine-project.org/docs/orm/2.0/en/reference/association-mapping.html

Working with Objects
http://www.doctrine-project.org/docs/orm/2.0/en/reference/working-with-objects.html

Working with Associations
http://www.doctrine-project.org/docs/orm/2.0/en/reference/working-with-associations.html

DQL
http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html

Annotations Mapping
http://www.doctrine-project.org/docs/orm/2.0/en/reference/annotations-reference.html


OPTIONAL BUT RECOMMENDED TOPICS
-------------------------------

Events
http://www.doctrine-project.org/docs/orm/2.0/en/reference/events.html
