News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



php|tek 2008 Ticker

[our feed] [hashtags feed]

Jan Kneschke's Blog:
typesafe objects in PHP
0 comments :: posted Tuesday February 20, 2007 @ 07:29:00
voice your opinion now!

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.

tagged with: typesafe object reflection comment type property typesafe object reflection comment type property



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

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