News Feed
Jobs Feed
Sections




News Archive
Stefan Mischook's Blog:
A Question about object properties in PHP Classes
December 07, 2007 @ 14:33:00

Stefan Mischook shares a little question and answer he had recently concerning object properties in PHP.

The question asked about accessing properties outside the class and/or defining them as protected/private to prevent it. Stefan's response was basically:

Many OO techniques are designed for situations where you will have more than one programmer involved, now or later. By declaring variables as protected or private, you are adding security to the code base by forcing the use of getter and setter methods where you can control how objects are used.
0 comments voice your opinion now!
properties classes object private protected properties classes object private protected


blog comments powered by Disqus

Similar Posts

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code

Volker Dusch's Blog: An introduction to PHPUnits @covers annotation

Inside Open Source: Zend Framework Cache Improvement

Matthew Weir O'Phinney's Blog: Extending Singletons

PHPClasses.org: The Secret PHP Optimization of version 5.4


Community Events











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


release conference example object testing community opinion language composer series introduction code development tool interview podcast functional framework unittest zendframework2

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