Use external resource for Design Pattern examples

This commit is contained in:
Josh Lockhart
2018-06-19 14:12:15 -04:00
parent 402f3f4030
commit b3eed1117d

View File

@@ -14,4 +14,6 @@ lot of the pattern decisions are made for you. But it is still up to you to pick
code you build on top of the framework. If, on the other hand, you are not using a framework to build your application
then you have to find the patterns that best suit the type and size of application that you're building.
* Continue reading on [Design Patterns](/pages/Design-Patterns.html)
You can learn more about PHP design patterns and see working examples at:
<https://designpatternsphp.readthedocs.io/>