News Feed
Jobs Feed
Sections




News Archive
DevShed:
Enforcing Object Types in PHP - Filtering Input Objects in PHP 4
February 16, 2006 @ 06:56:50

In this latest tutorial on DevShed today, they look at methods to enforce the types of objects in a PHP4 environment.

When you are writing an object-based web application in PHP, you want to prevent your classes from being convoluted with input objects of the incorrect type. These input objects can cause the application to throw a fatal error. In this article, you will learn how to enforce object types in PHP 4.

By the end of this series, hopefully you'll have a clear idea of how to force object types inside of your PHP application, in this way avoiding further problems related to the so-called code contamination.

They start off with the creation of an (X)HTML widgets class to render certain page elements. Then, they show you the creation of a class to render the page and display them in a full document. There are examples of what happens when type checking isn't done and how to enforce the types inside of your class.

0 comments voice your opinion now!
enforcing object types filtering input HTML widgets enforcing object types filtering input HTML widgets


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Spooky Action at not so much Distance

PHPit.net: Create your own HTML widgets with PHP

Project: Aleksey Martynov's lexa-xml-serialization Tool for PHP 5.3

DevShed: Enforcing Object Types in PHP - Using the Type Hinting Feature in PHP 5

DZone.com: How to correctly work with PHP serialization


Community Events











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


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

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