From 0cc723a58dd00935fa405a38bc63f619c439cc22 Mon Sep 17 00:00:00 2001 From: Junade Date: Sat, 29 Apr 2017 01:28:35 +0100 Subject: [PATCH 1/2] Added Object-Oriented PHP book --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1962ddb..66d71ce 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) *Fantastic and must-read books about object-oriented programming, analysis, design and related concepts.* * [PHP Objects, Patterns, and Practices](http://books.google.com/books?id=1JkQAwAAQBAJ&hl=pt-BR&source=gbs_book_other_versions) + +* [Object-Oriented PHP ($)](https://leanpub.com/object-orientedphp/) - OOP design, principles and techniques using PHP 7 * [Head First Design Patterns](http://books.google.com/books/about/Head_First_Design_Patterns.html?id=LjJcCnNf92kC&redir_esc=y) * [Design Patterns: Elements of Reusable Object-Oriented Software](http://books.google.com/books/about/Design_Patterns.html?id=6oHuKQe3TjQC&redir_esc=y) * [Head First Object-Oriented Analysis and Design](http://books.google.com/books/about/Head_First_Object_Oriented_Analysis_and.html?id=-QpmamSKl_EC&redir_esc=y) From ba37d0e10ab1a09fc6877d91c26571cee1f064f6 Mon Sep 17 00:00:00 2001 From: Junade Date: Sat, 29 Apr 2017 01:31:21 +0100 Subject: [PATCH 2/2] Removed unnecessary line break --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 66d71ce..42656e1 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,6 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) *Fantastic and must-read books about object-oriented programming, analysis, design and related concepts.* * [PHP Objects, Patterns, and Practices](http://books.google.com/books?id=1JkQAwAAQBAJ&hl=pt-BR&source=gbs_book_other_versions) - * [Object-Oriented PHP ($)](https://leanpub.com/object-orientedphp/) - OOP design, principles and techniques using PHP 7 * [Head First Design Patterns](http://books.google.com/books/about/Head_First_Design_Patterns.html?id=LjJcCnNf92kC&redir_esc=y) * [Design Patterns: Elements of Reusable Object-Oriented Software](http://books.google.com/books/about/Design_Patterns.html?id=6oHuKQe3TjQC&redir_esc=y)