From 5bc9d104a6bb8c04768d1ab3fb44b9dc0f9ddf39 Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 31 May 2007 20:25:38 +0000 Subject: [PATCH] Slightly more documentation Sorry for the trigger happy commits, but with each one I'm actaully trying to fix some post-commit script magic :) --- manual/docbook/doctrine.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + +