News Feed
Jobs Feed
Sections




News Archive
DevShed:
Protecting PHP 5 Class Data with Member Visibility
May 22, 2008 @ 09:37:05

In this new tutorial posted to DevShed, they take a look at working with classes in PHP5, specifically using the keywords for "member visibility" to make your classes a bit more structured.

The previous concept can also be applied successfully when it comes to defining the visibility of properties and methods in PHP classes. [...] Using the jargon of object-oriented programming, this capacity is widely known as member visibility. This capacity allows PHP programmers to establish whether the set of methods and properties of a specific class will be public, protected, or private.

They start more generally by looking at how to set up the variables globally and then move down the line talking about restrictions (private/protected/public) and how to get to them in the scripts outside the class.

0 comments voice your opinion now!
visibility class tutorial private protected public php5


blog comments powered by Disqus

Similar Posts

Charlie Key's Blog: Transmitting data between Flex and PHP using JSON

Arpad Ray's Blog: The adventure of PHP and the magic quotes

Brian Swan's Blog: Sorting Azure Table Entities by Timestamp with PHP

Michael Kimsal's Blog: magic __get and __set style?

Rob Allen: Simple logging of ZF2 exceptions


Community Events









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


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

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