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:
parent
4fce956600
commit
5bc9d104a6
@ -196,6 +196,17 @@
|
|||||||
require_once('path_to_doctrine/Doctrine.compiled.php');
|
require_once('path_to_doctrine/Doctrine.compiled.php');
|
||||||
?>]]></programlisting>
|
?>]]></programlisting>
|
||||||
</sect1>
|
</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>
|
||||||
|
|
||||||
<chapter id="connection-management">
|
<chapter id="connection-management">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user