From 69fff9cdce85d3bb4b4ba55fd8ca113d3dc37743 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 22 Aug 2006 18:23:32 +0000 Subject: [PATCH] Docs: Connection introduction added --- ...Components - Connection - Introduction.php | 20 +++++++++++++++++++ manual/documentation.php | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 manual/docs/Basic Components - Connection - Introduction.php diff --git a/manual/docs/Basic Components - Connection - Introduction.php b/manual/docs/Basic Components - Connection - Introduction.php new file mode 100644 index 000000000..9d62a2446 --- /dev/null +++ b/manual/docs/Basic Components - Connection - Introduction.php @@ -0,0 +1,20 @@ +Doctrine_Connection is a wrapper for database connection. It handles several things: + diff --git a/manual/documentation.php b/manual/documentation.php index f6bdc3caf..e45521ffd 100644 --- a/manual/documentation.php +++ b/manual/documentation.php @@ -177,7 +177,7 @@ $menu = array("Getting started" => "Overview", "List of exceptions" ) - ), + ), "Mapping object relations" => array( "Introduction", @@ -368,6 +368,7 @@ $menu = array("Getting started" => $missing[1]++; $str .= " [ code ] "; //touch("codes/$title - $k - $v2.php"); + } $e = implode(".",array($i,$i2,$i3));