From 713a49a075e1b6775ae27ef8b72457d4f1505252 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 30 Aug 2006 22:38:11 +0000 Subject: [PATCH] Record introduction added --- manual/docs/Basic Components - Record - Introduction.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/docs/Basic Components - Record - Introduction.php b/manual/docs/Basic Components - Record - Introduction.php index e69de29bb..fc6dc682f 100644 --- a/manual/docs/Basic Components - Record - Introduction.php +++ b/manual/docs/Basic Components - Record - Introduction.php @@ -0,0 +1,4 @@ +Doctrine_Record is a wrapper for database row but along with that it speficies what relations it has +on other components and what columns it has. It may access the related components, hence its refered as an ActiveRecord. +

+The classes that inherit Doctrine_Record are called components. There should be atleast one component for each database table.