
PHP
Exploring PHP Traits
PHP Traits are very helpful in PHP Programming, Trait means a class can only inherit from one other class. However, a lot of the time it would be beneficial to inherit from...
14 February 20196 min read
All 2 posts filed under this topic.

PHP Traits are very helpful in PHP Programming, Trait means a class can only inherit from one other class. However, a lot of the time it would be beneficial to inherit from...

I’m going to try and keep this as jargon-free as possible so it’s easy for beginners to understand the Solid Design Principles in PHP.