News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Namespaces in PHP
June 16, 2008 @ 07:54:39

After hearing Stefan Priebsch's talk at this year's Dutch PHP Conference, something occurred to Derick Rethans - there was a small sort of issue with using namespaces and possible future PHP's own namespace.

One of the things that came up is the conflicts that can arise with internal classes. In PHP 5.3 this would alias the class Interval in the namespace PEAR::Date to the class Interval. For now, this code would work just fine. However, if PHP would introduce a class "Interval" at some point in the future (and PHP can do this as it owns the global namespace) then the above code would suddenly stop working

He offers a simple solution that can prevent this sort of conflict for the future - defining your "use" and then creating a new instance of the namespace into a variable instead of just an "as".

0 comments voice your opinion now!
namespace problem global implement future use conflict


blog comments powered by Disqus

Similar Posts

Johannes Schlüter's Blog: PHP 5.3 Update

SitePoint PHP Blog: Are PHP Namespaces Really So Bad?

Sameer Borate's Blog: Building a simple Parser and Lexer in PHP

RelativeSanity.com: The Problem with PHP

RelativeSanity.com: The Problem with PHP


Community Events











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


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

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