diff --git a/manual/docbook/doctrine.xml b/manual/docbook/doctrine.xml
index b94586e5a..b444f0747 100644
--- a/manual/docbook/doctrine.xml
+++ b/manual/docbook/doctrine.xml
@@ -14,6 +14,10 @@
Christian
pookey@pookey.co.uk
+
+ Konsta
+ Vesterinen
+
Doctrine Project
2007
@@ -35,6 +39,18 @@
Introduction
+ Doctrine is a Object Relational Mapping and database abstraction
+ framework for PHP. The DBAL part of Doctrine derives from MDB2. The key
+ idea was to provide very intuitive and easy-to-use persistency solution
+ (eg. RoR ActiveRecord) with all the advanced features from the more
+ heavy-weight solutions (eg. Hibernate).
+
+
+ Doctrine Query Language implements EJB 3 OQL specificiation and expands
+ it a bit further (it has special LIMIT and OFFSET clauses).
+
+
+
@@ -49,6 +65,39 @@
+
+
Getting Started