From 27a03837b0663c7757bae64a0f6d37acb46ec433 Mon Sep 17 00:00:00 2001 From: Marco Muths Date: Thu, 29 Jan 2015 23:00:25 +0100 Subject: [PATCH 1/3] Add Architecture tutorials - Hexagonal Architecture - The Onion Architecture --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c744ffb..97f6d6a 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,8 @@ A collection of resources to learn object-oriented programming and related conce * [The MVC Pattern and PHP, Part 1](http://www.sitepoint.com/the-mvc-pattern-and-php-1/) and [The MVC Pattern and PHP, Part 2](http://www.sitepoint.com/the-mvc-pattern-and-php-2/) - An introduction tutorial about MVC pattern. * [Alternatives To MVC](http://blog.ircmaxell.com/2014/11/alternatives-to-mvc.html) - An introduction to alternative architectures to MVC. * [N-Tier Architecture - An Introduction](http://blog.ircmaxell.com/2012/08/n-tier-architecture-introduction.html) - An introduction to n-tier architecture. +* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) +* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) ### Miscellaneous *Not related to OOP but interesting resources.* From 885b5032ed5b2ee33a7c777fd2d7ba8d2d66ae55 Mon Sep 17 00:00:00 2001 From: Marco Muths Date: Thu, 29 Jan 2015 23:18:18 +0100 Subject: [PATCH 2/3] Add missing descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97f6d6a..2540895 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ A collection of resources to learn object-oriented programming and related conce * [The MVC Pattern and PHP, Part 1](http://www.sitepoint.com/the-mvc-pattern-and-php-1/) and [The MVC Pattern and PHP, Part 2](http://www.sitepoint.com/the-mvc-pattern-and-php-2/) - An introduction tutorial about MVC pattern. * [Alternatives To MVC](http://blog.ircmaxell.com/2014/11/alternatives-to-mvc.html) - An introduction to alternative architectures to MVC. * [N-Tier Architecture - An Introduction](http://blog.ircmaxell.com/2012/08/n-tier-architecture-introduction.html) - An introduction to n-tier architecture. -* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) -* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) +* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to also called Ports and Adapters architecture by Chris Fidao +* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo ### Miscellaneous *Not related to OOP but interesting resources.* From 787389c10791910226ccbd3f7392863324183c7d Mon Sep 17 00:00:00 2001 From: Marco Muths Date: Thu, 18 Jun 2015 21:34:22 +0200 Subject: [PATCH 3/3] Update README.md Add period and fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2540895..65c5208 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ A collection of resources to learn object-oriented programming and related conce * [The MVC Pattern and PHP, Part 1](http://www.sitepoint.com/the-mvc-pattern-and-php-1/) and [The MVC Pattern and PHP, Part 2](http://www.sitepoint.com/the-mvc-pattern-and-php-2/) - An introduction tutorial about MVC pattern. * [Alternatives To MVC](http://blog.ircmaxell.com/2014/11/alternatives-to-mvc.html) - An introduction to alternative architectures to MVC. * [N-Tier Architecture - An Introduction](http://blog.ircmaxell.com/2012/08/n-tier-architecture-introduction.html) - An introduction to n-tier architecture. -* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to also called Ports and Adapters architecture by Chris Fidao -* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo +* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to Ports and Adapters architecture by Chris Fidao. +* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo. ### Miscellaneous *Not related to OOP but interesting resources.*