News Feed
Jobs Feed
Sections




News Archive
Jan Kneschke's Blog:
typesafe objects in PHP
February 20, 2007 @ 07:29:00

Manfred Weber points out a new blog post from Jan Kneschke concerning the creation of and the idea of typesafe objects in PHP via doc-comments and the Reflection API.

From Jan:

I always disliked the way PHP handles Objects. There is no way to assign a type to properties. Validators have to be glued against the fields externally and you can't just generate a Object-Description (like WSDL) from a object either.

Because of this he's looked into an alternate solution - the typesafe objects. Since, by defauly, PHP's addition of object properties is pretty freeform, making things typesafe is a little difficult. His suggestion, though, uses a combination of comments in the code (declaring what the type of the property should be) and the Reflection API built in to PHP to "look back" at the comments and ensure the type of the property is correct. He even includes examples - a simple one about throwing an error, generating XML this way, and making safe encoded SQL statements.

0 comments voice your opinion now!
typesafe object reflection comment type property typesafe object reflection comment type property


blog comments powered by Disqus

Similar Posts

Inside Open Source: Zend Framework Cache Improvement

Developer Tutorials Blog: 5 Ways to be a Better PHP Developer

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

Pavel Shevaev's Blog: A reliable way to serialize/unserialize objects in PHP

Mike van Riel's Blog: Introducing: DocBlox


Community Events











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


community tool conference object zendframework2 release series opinion development language composer podcast example interview unittest framework functional testing introduction code

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