Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Refulz Blog:
Traits in PHP 5.4 - Why we need Traits
Mar 30, 2012 @ 16:53:35

On the Refulz blog today there's a new post about traits in PHP (recently introduced in PHP 5.,4) and why we need them in our development.

Traits is one major addition to PHP. We read an introductory article about Traits in PHP 5.4. In the post, we saw an example code which only resembles single inheritance. So, what is the actual purpose of Traits and why do we need to use Traits in our code.

They give a sample use case involving two types of clients, Business and Individual, and how you can use a single Client class and trait to provide address-related functionality.

tagged: traits introduction example class tutorial

Link:


Trending Topics: