News Feed
Jobs Feed
Sections




News Archive
Jeff Moore's Blog:
Let Your Properties be Properties
May 10, 2007 @ 07:11:45

In a recent post to his blog, Jeff Moore advocates the philosophy that, in your OOP application development, you should "let your properties be properties".

Some times there are some ancillary methods to deal with unsetting, checking for existence, setting via an array, or dealing with references in PHP 4. They can really clutter up the definition of a class. That's not good.

[...] I think the idea is to make the class extensible. But PHP is really ok with just setting new properties on a class. So why not just do this?

He argues that getters and setters in a class are less useful than just setting the property yourself. Using the property name as part of the interface, though (like getting the $obj->foo value with $obj->getFoo) is stil clean enough to be useful.

0 comments voice your opinion now!
properties class oop setter getter object properties class oop setter getter object


blog comments powered by Disqus

Similar Posts

AlternateInterior.com: Multi-Threading Strategies in PHP

Richard Heyes' Blog: PEAR::DB replacement class updated

Stefan Mischook's Blog: OOP in PHP: New PHP Article in Web Designer Magazine (Nov 2006)

VG Tech Blog: Unit Testing with Streams in PHP

NETTUTS.com: 25 Resources to Get You Started with PHP from Scratch


Community Events









Don't see your event here?
Let us know!


zendframework2 database podcast object development composer framework unittest testing introduction language opinion release example code community api tool interview phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework