News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHP 10.0 Blog:
Kill resources
May 17, 2007 @ 07:56:00

In a new post to the PHP 10.0 blog today, Stas asks the question "Why do we still have resource type in PHP?"

Since 5.x, objects are perfectly capable on encapsulating any void * transparently (there's at least 2 Java bridges doing that, for example) and of course using objects doesn't force you to use OO syntax. [...] So objects as I see it can do anything resources can do. And much more - you could extend it (had we had file as object and not resource, streams probably would be much easier to implement), serialize it (provided correct methods of course), etc., etc.

He suggests letting them go all together and letting objects swoop in and take over, making things simpler to manage.

0 comments voice your opinion now!
resource type kill object encapsulate resource type kill object encapsulate



Similar Posts

Felix Geisendorfer's Blog: A PHP developers guide to JavaScript - Part 1

Padraic Brady's Blog: Mocks, Stubs, And SimpleTest Wins

Jan Kneschke's Blog: typesafe objects in PHP

David Otton's Blog: Neat PHP Tricks: How To Assign References to Globals

Maarten Balliauw's Blog: LINQ for PHP (Language Integrated Query for PHP)


Community Events







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


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

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