Build seven good object-oriented habits in PHP

With PHP's object-oriented (OO) language features, if you aren't already creating your applications with OO principles in mind, these seven habits will help you get started in the transition between procedural programming and OO programming. Building good OO habits in PHP helps you build more stable, easily maintainable, and more easily extensible applications.