diff --git a/manual/docbook/doctrine.xml b/manual/docbook/doctrine.xml index 63171ea08..b3d4df3e3 100644 --- a/manual/docbook/doctrine.xml +++ b/manual/docbook/doctrine.xml @@ -196,6 +196,17 @@ require_once('path_to_doctrine/Doctrine.compiled.php'); ?>]]> + + + Starting a new project + + Doctrine_Record is the basic component of every doctrine-based project. + There should be atleast one Doctrine_Record for each of your database + tables. Doctrine_Record follows the Active + Record pattern + +