mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Add README template
This commit is contained in:
31
More/EAV/README.rst
Normal file
31
More/EAV/README.rst
Normal file
@@ -0,0 +1,31 @@
|
||||
`Entity-Attribute-Value (EAV)`__
|
||||
================================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
|
||||
...
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
...
|
||||
|
||||
UML Diagram
|
||||
-----------
|
||||
|
||||
...
|
||||
|
||||
Code
|
||||
----
|
||||
|
||||
You can also find these code on `GitHub`_
|
||||
|
||||
Test
|
||||
----
|
||||
|
||||
...
|
||||
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/EAV
|
||||
.. __: https://en.wikipedia.org/wiki/Entity–attribute–value_model
|
Reference in New Issue
Block a user