Link to collection of pattern implementations

See https://github.com/domnikl/DesignPatternsPHP
This commit is contained in:
George Mihailov
2014-03-26 10:44:47 +02:00
parent c5b64f71ed
commit 145e5eef74

View File

@@ -11,6 +11,7 @@ your code easier to manage and easier for others to understand.
* [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)
* [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
* [Collection of implementation examples](https://github.com/domnikl/DesignPatternsPHP)
## Factory