1
0
mirror of synced 2024-12-14 15:16:04 +03:00

wrote a quick introduction

This commit is contained in:
Chris Woodford 2011-05-05 21:36:18 -04:00
parent e9d096e411
commit 6cd778f940

View File

@ -3,12 +3,14 @@ Persisting the Decorator Pattern
.. sectionauthor:: Chris Woodford <chris.woodford@gmail.com>
INTRO
This recipe will show you a simple example of how you can use
Doctrine 2 to persist an implementaton of the
`Decorator Pattern <http://en.wikipedia.org/wiki/Decorator_pattern>`_
Component
---------
Since the ``Component`` class needs to be persisted, it's going to
The ``Component`` class needs to be persisted, so it's going to
be an ``Entity``. As the top of the inheritance hierarchy, it's going
to have to define the persistent inheritance. For this example, we
will use Single Table Inheritance, but Class Table Inheritance