News Feed
Sections

News Archive
DevShed:
Utilizing Private Methods with PHP 5 and Member Visibility
June 19, 2008 @ 07:58:51

DevShed has posted the fifth part of their series looking at the visibility keywords on PHP5's object oriented support today. They've already looked at private, public and protected properties in a class, now they look at the use of making methods private to restrict their use/extension.

Of course, when it comes to specifying how visible a certain class property or method will be, you know that PHP 5 permits you to work with three distinct levels of access, called "public," "protected," and "private" respectively. [...] As you may have noticed, however, I've not taught you how to define private methods yet, which is something that can definitely be very useful if you want to restrict the access to your classes from the outside more severely.

The tutorial shows the creation of a class with private properties and then expands it to include a private method. Then they call it from an object, an example of the error PHP kicks back is there too. He also includes the concept of a "getter" to call the private function from a public one.

0 comments voice your opinion now!
private object oriented php5 method tutorial getter



Similar Posts

PHP-Coding-Practices.com: Introduction To Security Vulnerabilities In PHP

David Sklar\'s Blog: Speed - DOM traversal vs. XPath in PHP 5

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection

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

SecurityReason: Three Advisories for PHP 5.2.4 (dl, iconv_substr & setlocale)


Community Events











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


zend mysql security releases framework PHP5 ajax conference book developer PEAR release job zendframework database example application cakephp code package

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