News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Metatesting: Testing Constructors

DevShed: The Basics of Implementing Adapter Objects with PHP

Alex Netkachov's Blog: Are setters evil?

Nessa's Blog: Common PHP Errors

Stubbles Blog: Lazy loading of classes stored in a session without __autoload()


Community Events











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


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

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