diff --git a/More/EAV/README.rst b/More/EAV/README.rst new file mode 100644 index 0000000..8aab2f1 --- /dev/null +++ b/More/EAV/README.rst @@ -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