Commit 41ba6124 authored by pookey's avatar pookey

more work on the documentation - pretty much just copying bits from the current manual pages

parent d3281d8c
......@@ -5,3 +5,9 @@ Please feel free to contribute, but these docs are currently being developed
by Ian P. Christian <pookey@pookey.co.uk>.
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 :)
......@@ -31,4 +31,30 @@
</para>
</abstract>
</bookinfo>
<chapter id="introduction">
<title>Introduction</title>
<para>
</para>
<sect1 id="requirements">
<title>Requirements</title>
<para>
Doctrine requires PHP >= 5.1, and it doesn't require any external libraries.
</para>
<para>
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.
</para>
</sect1>
<sect1 id="getting-started">
<title>Getting Started</title>
<para>
The installation of doctrine is very easy. Just get the latest revision of Doctrine from
<ulink url="http://doctrine.pengus.net/svn/trunk">http://doctrine.pengus.net/svn/trunk</ulink>.
</para>
</sect1>
</chapter>
</book>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment