From 9b6f80694266f3e979dda249ccd869a7074c4a9e Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Tue, 1 Mar 2016 16:28:48 -0500 Subject: [PATCH 1/3] Added "OOP Demystified" to Books. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1962ddb..efcdf07 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) ## Books *Fantastic and must-read books about object-oriented programming, analysis, design and related concepts.* +* [OOP Demystified] (https://books.google.com/books?id=kndzOrby8KAC&redir_esc=y) * [PHP Objects, Patterns, and Practices](http://books.google.com/books?id=1JkQAwAAQBAJ&hl=pt-BR&source=gbs_book_other_versions) * [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) From daeccb4ab91b0f63beae665658aa7115254a3f4f Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Tue, 1 Mar 2016 16:29:28 -0500 Subject: [PATCH 2/3] Added "Object-Oriented PHP: Concepts, Techniques, and Code" to Books. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efcdf07..04d13ee 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) ## Books *Fantastic and must-read books about object-oriented programming, analysis, design and related concepts.* +* [Object-Oriented PHP: Concepts, Techniques, and Code] (https://books.google.com/books?id=7IVIiQLvBW8C&redir_esc=y) * [OOP Demystified] (https://books.google.com/books?id=kndzOrby8KAC&redir_esc=y) * [PHP Objects, Patterns, and Practices](http://books.google.com/books?id=1JkQAwAAQBAJ&hl=pt-BR&source=gbs_book_other_versions) * [Head First Design Patterns](http://books.google.com/books/about/Head_First_Design_Patterns.html?id=LjJcCnNf92kC&redir_esc=y) From 930326419d6e420d88bb38e3dbce3fb806eb7c82 Mon Sep 17 00:00:00 2001 From: Chris Spruck Date: Tue, 1 Mar 2016 16:35:17 -0500 Subject: [PATCH 3/3] Removed Brazilian Portuguese language code from "PHP Objects, Patterns, and Practices" book link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d13ee..ae3e1fd 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) * [Object-Oriented PHP: Concepts, Techniques, and Code] (https://books.google.com/books?id=7IVIiQLvBW8C&redir_esc=y) * [OOP Demystified] (https://books.google.com/books?id=kndzOrby8KAC&redir_esc=y) -* [PHP Objects, Patterns, and Practices](http://books.google.com/books?id=1JkQAwAAQBAJ&hl=pt-BR&source=gbs_book_other_versions) +* [PHP Objects, Patterns, and Practices](https://books.google.com/books?id=1JkQAwAAQBAJ&redir_esc=y) * [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)