removed SF2, Doctrine2 and ZF2 from README, this is old stuff by now

This commit is contained in:
Dominik Liebler
2019-08-17 22:17:00 +02:00
parent de5c0c929c
commit 6ee7665b9e
12 changed files with 20 additions and 49 deletions

View File

@@ -7,7 +7,7 @@
[Read the Docs of DesignPatternsPHP](http://designpatternsphp.readthedocs.org)
or [Download as PDF/Epub](https://readthedocs.org/projects/designpatternsphp/downloads/)
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software).
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples.
I think the problem with patterns is that often people do know them but don't know when to apply which.