From 013c358a1b88e651171e0a3d487605984f01ad67 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 21 Jul 2015 11:07:31 +0300 Subject: [PATCH] Add README template --- More/EAV/README.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 More/EAV/README.rst 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