Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two books and edited a link #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;)
## Books
*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: 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](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)
Expand Down