From 4bc7245e0347d48fced52bae9181a95e37c4926d Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Tue, 30 Jun 2015 13:28:51 -0400 Subject: [PATCH] Add another fundamentals link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8955d7..5379274 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) * [Introduction to OOP Concepts and More](http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concep) - A tutorial about OOP and an introduction to UML and Design Patterns. * [From Procedural to Object Oriented PHP](https://code.tutsplus.com/tutorials/from-procedural-to-object-oriented-php--net-32853) - A tutorial from procedural to object-oriented programming in PHP. * [OOP vs Procedural Code](http://blog.ircmaxell.com/2012/07/oop-vs-procedural-code.html) - Difference between OOP and procedural code. +* [Primer On Globals, PHP, Classes. or OOP.](http://dsgnwrks.pro/the-basics/primer-on-globals-php-classes-or-oop/) - A very basic tutorial on creating your first class and OOP object. ### OOP Advanced *Object-oriented programming advanced tutorials.*