more work on the documentation - pretty much just copying bits from the current manual pages
This commit is contained in:
parent
d3281d8c26
commit
41ba61247a
2 changed files with 32 additions and 0 deletions
|
@ -5,3 +5,9 @@ Please feel free to contribute, but these docs are currently being developed
|
||||||
by Ian P. Christian <pookey@pookey.co.uk>.
|
by Ian P. Christian <pookey@pookey.co.uk>.
|
||||||
|
|
||||||
Find me on IRC and talk to me if you want to help.
|
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>
|
</para>
|
||||||
</abstract>
|
</abstract>
|
||||||
</bookinfo>
|
</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>
|
</book>
|
||||||
|
|
Loading…
Add table
Reference in a new issue