News Feed
Jobs Feed
Sections




News Archive
David Coaller's Blog:
Namespaces part 1.2 Namespaces
November 08, 2007 @ 11:17:00

David Coaller has posted about a major change in the way namespaces will be implemented in the upcoming PHP 5.3 release - a change from using "import" to "use" for including a namespace in your code.

PHP Namespaces are no longer using the "import" keyword, this has been replaced to the keyword "use". Quite simple he ? There are a few reasons behind that move, but let's all drop the political reasons and say at least that many many projects in the open source world do use the import() function to do all sorts of weird imports, and it's just simpler to use "use".

He also links to the original email from Stanislav about the reasoning behind change. He's also updated his previous post to reflect the change.

0 comments voice your opinion now!
namespace import use change implement namespace import use change implement


blog comments powered by Disqus

Similar Posts

DevShed: Implementing the Stage Pattern in PHP 5

Toronto PHP User Group: Why use the Zend Framework?

SitePoint PHP Blog: How to tell when PHP 5 is safe to use...

Community News: Userland Naming Guide Launched

Zend Developer Zone: AJAX Chat Tutorial Pt 5: Javascript, Sending Chat Messages, Screen Name Changes


Community Events











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


framework release database community api introduction composer phpunit development example code interview series unittest podcast zendframework2 functional opinion language testing

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