Traits for PHP
Monday, March 17th, 2008 Via blog, found a link to a proposal for Traits in PHP. I wasn’t familiar with the practice, but as I read the proposal it struck a cord with me. I have been grappling with how to reuse certain functionality throughout disparate classes.
I looked at Mixins, which I also have been playing around with […]