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

PHP-GTK Blog: How to: PHP 5.3 with PHP-GTK and Cairo on Linux Mint 9

James Morris' Blog: Parsing HTML with DOMDocument and DOMXPath::Query

Zend Developer Zone: Flex and PHP: Party in the Front, Business in the Back

HowTo Forge: How To Harden PHP5 With Suhosin On Fedora 7

Derick Rethans' Blog: Debugging Variables


Community Events











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


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

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