
December 25th, 2008, 05:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 23,197
Time spent in forums: < 1 sec
Reputation Power: 26
|
|
|
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.
Read the full article here: Build seven good object-oriented habits in PHP
|