From 41ba61247a71861d3ba1eda8c5647ac6132a979b Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 31 May 2007 16:19:25 +0000 Subject: [PATCH] more work on the documentation - pretty much just copying bits from the current manual pages --- manual/docbook/README | 6 ++++++ manual/docbook/doctrine.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/manual/docbook/README b/manual/docbook/README index 2b5884ef1..89abc71dd 100644 --- a/manual/docbook/README +++ b/manual/docbook/README @@ -5,3 +5,9 @@ Please feel free to contribute, but these docs are currently being developed by Ian P. Christian . Find me on IRC and talk to me if you want to help. + +Pleaes use xmllint to validate your changes BEFORE committing. + +Please follow the intenting format used in the file. +*2 SPACES* for indenting. +That's SPACES not TABS :) diff --git a/manual/docbook/doctrine.xml b/manual/docbook/doctrine.xml index 64d8136d3..b94586e5a 100644 --- a/manual/docbook/doctrine.xml +++ b/manual/docbook/doctrine.xml @@ -31,4 +31,30 @@ + + + Introduction + + + + + Requirements + + Doctrine requires PHP >= 5.1, and it doesn't require any external libraries. + + + For database abstraction Doctrine uses PDO which is bundled with php by + default. Doctrine also requires a little adodb-hack for table creation, + which comes with doctrine. + + + + + Getting Started + + The installation of doctrine is very easy. Just get the latest revision of Doctrine from + http://doctrine.pengus.net/svn/trunk. + + +