News Feed
Jobs Feed
Sections




News Archive
WebTutor.pl:
Strong data typing in PHP, part II autoboxing and indestructable objects
April 14, 2011 @ 12:09:40

In the second part of their series looking at data typing in PHP, the WebTutor blog takes a different approach to supporting strong typing in PHP, using autoboxing and indestructible objects.

In an earlier article on the strong typing I've described the typehint mechanism that provides data type enforcement for the values sent to the methods and functions. Unfortunately said implementation does not protect against another problem associated with the dynamic typing of variables: a lack of type enforcement when overwritting value of an existing variable. In order to control the type of data, I decided to introduce to PHP the concept of autoboxing known from other languages such as C# and Java.

He talks briefly about what autoboxing is (wrapping primitive types into objects automatically) and links to a library that can be used to accomplish it. A bit of sample code is included showing how to create an AutoBoxedObject and how to use it in practice on some string values.

0 comments voice your opinion now!
strong data type autoboxing indestructible object


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client

Brian Swan's Blog: Consuming "Dallas" Data with PHP

Josh Adell: Serializing Data Like a PHP Session

Michael Girouard's Blog: Rolling Your Own MVC: The Page Load Scenario

DevShed: Introducing the Composite Pattern in PHP 5


Community Events











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


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

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