1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Slightly more documentation

Sorry for the trigger happy commits, but with each one I'm
actaully trying to fix some post-commit script magic :)
This commit is contained in:
pookey 2007-05-31 20:25:38 +00:00
parent 4fce956600
commit 5bc9d104a6

View File

@ -196,6 +196,17 @@
require_once('path_to_doctrine/Doctrine.compiled.php');
?>]]></programlisting>
</sect1>
<sect1 id="new-project">
<title>Starting a new project</title>
<para>
Doctrine_Record is the basic component of every doctrine-based project.
There should be atleast one Doctrine_Record for each of your database
tables. Doctrine_Record follows the <ulink
url="http://www.martinfowler.com/eaaCatalog/activeRecord.html">Active
Record pattern</ulink>
</para>
</sect1>
</chapter>
<chapter id="connection-management">