News Feed
Jobs Feed
Sections




News Archive
Developer.com:
PHP 5 OOP - Protecting Data With Visibility
May 10, 2006 @ 15:02:18

In Developer.com's latest article, they continue their series (part 1) of working with PHP5's object system to create an abstraction layer, specifically a database layer.

In the prior article, PHP 5 OOP: Interfaces Abstract Classes and the Adapter Pattern, I presented an interface for abstracting database access from the actual database. The article also presented code for accessing a database.

In this article you will learn to expand upon the functionality you built from the first article in order to show how to protect your data using visibility modifiers.

They start with a look at some of the "accessibility modifiers" that PHP5 has to offer - like private or public - in it's object model. They define them in the context of their database class as well, demonstrating how both variables and classes can be marked this way. After this, it's all about the code, looking first at preparing the SQL query, then validate the SQL before sending it off to the last step - executing the query and fetching the results (if needed).

0 comments voice your opinion now!
php5 oop protecting data visibility part2 php5 oop protecting data visibility part2


blog comments powered by Disqus

Similar Posts

Davey Shafik's Blog: The Closure Puzzle

Ilia Alshanetsky's Blog: PHP 5.2.0RC5 is out!

PHPEverywhere: My experience moving to PHP5

Ivo Jansch's Blog: PHP4 to 5 migration webinar

Chris Justus' Blog: 4 Reasons Java Will Outlive PHP (My interview with IEEE...)


Community Events











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


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

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