readme is markdown and should then be named so

This commit is contained in:
Dominik Liebler
2011-08-30 14:49:09 +02:00
parent 2653ed2aa9
commit 6d59edccf8

View File

@@ -1,8 +1,8 @@
# design patterns in PHP
# design patterns in PHP #
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 or Doctrine2 as I'm most familiar with these).
small list of examples (most of them from Zend Framework or Doctrine2 as I'm most familiar with this software).
I think the problem with patterns is that often people know them but don't know when to apply which.
I think the problem with patterns is that often people do know them but don't know when to apply which.
*Please feel free to fork and add your own examples!*