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

Paul Jones' Blog: Regarding Underscores

Nefarious Designs: Object-Oriented PHP Part 3: Taking Relationships Further

Stefan Mischook's Blog: A Question about object properties in PHP Classes

Debuggable Blog: Programming Psychology II: Private methods

Stubbles Blog: My wishlist for PHP 6, pt1: The 'object' type hint


Community Events











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


podcast interview symfony2 functional zendframework2 conference usergroup framework database development series community testing phpunit opinion rest language introduction release unittest

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