You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ A collection of resources to learn object-oriented programming and related conce
61
61
*[Magic Methods and Predefined Constants in PHP](http://www.sitepoint.com/magic-methods-and-predefined-constants-in-php/) - A tutorial about magic methods and predefined constants in PHP.
62
62
*[What are PHP Traits?](http://culttt.com/2014/06/25/php-traits/) - A tutorial explaining what is and how to use traits in PHP.
63
63
*[Using Traits in PHP 5.4](http://www.sitepoint.com/using-traits-in-php-5-4/) - Another tutorial explaining what is and how to use traits in PHP.
64
+
*[The PHP Reflection API (►)](https://www.youtube.com/playlist?list=PLfdtiltiRHWG0__5Jb1HDaDgt2PeYjvU6) - A tutorial explaining the PHP Reflection API.
64
65
*[What is Reflection in PHP?](http://culttt.com/2014/07/02/reflection-php/) - A tutorial explaining what is, when to use and some samples about reflection in PHP.
65
66
*[Reflection in PHP](https://code.tutsplus.com/tutorials/reflection-in-php--net-31408) - Another tutorial about reflection in PHP.
66
67
*[UML 2.0 Tutorial (►)](https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc) - An introduction tutorial about UML.
@@ -149,6 +150,7 @@ A collection of resources to learn object-oriented programming and related conce
149
150
*[Design Patterns Video Tutorial (►)](https://www.youtube.com/playlist?list=PLF206E906175C7E07) - A series about design patterns.
150
151
*[PHP Design Patterns - Elements of Reusable Object-Oriented Software (►)](https://www.youtube.com/playlist?list=PLGJDCzBP5j3xGaW0AGlaVHK2TMEr2XkP9) - A series about design patterns in PHP.
151
152
*[Agile Design Patterns (►$)](https://code.tutsplus.com/courses/agile-design-patterns) - A series about design patterns in PHP.
153
+
*[Design Patterns in PHP (►$)](http://www.lynda.com/PHP-tutorials/Design-Patterns-PHP/186870-2.html) - Another series about design patterns in PHP.
152
154
*[Introduction to Design Patterns with PHP](https://speakerdeck.com/hhamon/introduction-to-design-patterns-with-php) - An introduction slide to SOLID and design patterns in PHP.
153
155
*[Database Design Patterns](https://speakerdeck.com/hhamon/database-design-patterns-with-php-53) - A slide about database design patterns in PHP.
154
156
*[Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A collection of design patterns and some code implementation in PHP.
@@ -204,6 +206,7 @@ A collection of resources to learn object-oriented programming and related conce
204
206
*[Data Structures for PHP Devs: Trees](http://www.sitepoint.com/data-structures-2/) - A tutorial about Tree data structure in PHP.
205
207
*[Data Structures for PHP Devs: Heaps](http://www.sitepoint.com/data-structures-3/) - A tutorial about Heap data structure in PHP.
206
208
*[Data Structures for PHP Devs: Graphs](http://www.sitepoint.com/data-structures-4/) - A tutorial about Graph data structure in PHP.
209
+
*[PHP Security Pitfalls (►$)](https://code.tutsplus.com/courses/php-security-pitfalls) - A series about security in PHP.
207
210
208
211
## Videos
209
212
*Videos about object-oriented programming and related concepts.*
0 commit comments