1
0
mirror of synced 2025-01-29 19:41:45 +03:00

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

This commit is contained in:
pookey 2007-05-31 16:19:25 +00:00
parent d3281d8c26
commit 41ba61247a
2 changed files with 32 additions and 0 deletions

View File

@ -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 :)

View File

@ -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>