name resolution

SitePoint PHP Blog: How to Use PHP Namespaces (Parts 2 &3)

PHPDeveloper.org  Wed, 07/15/2009 - 07:16

The SitePoint PHP blog has posted the next two parts of their series looking at using namespaces in PHP - parts 2 and 3:

In the second part of the series they build on the basics and look at importing namespaces into a script, aliasing them to a shorter, easier to use name and some rules to consider about name resolution.