From be91933546f29b5434b4d0ac1f54e51da3fbe4a9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 3 May 2007 04:28:24 +0000 Subject: ar docs --- demos/quickstart/protected/pages/Database/ActiveRecord.page | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'demos/quickstart/protected/pages/Database/ActiveRecord.page') diff --git a/demos/quickstart/protected/pages/Database/ActiveRecord.page b/demos/quickstart/protected/pages/Database/ActiveRecord.page index 967aae89..99c7acf8 100644 --- a/demos/quickstart/protected/pages/Database/ActiveRecord.page +++ b/demos/quickstart/protected/pages/Database/ActiveRecord.page @@ -424,6 +424,19 @@ that supports foreign key contraints. For ActiveRecord relationships to function underlying database must support foreign key constraints (e.g. MySQL with InnoDB).

+

+In the following sections we shall consider the following entity relationship between +Teams, Players, Skills and Profiles. +

+ + + +

The goal is to obtain object models that represents to some degree the entity +relationships in the above figure. +

+ + +

Foreign Key Mapping

-- cgit v1.2.3