PHP V5.3 introduces the ability to provide namespaces to your PHP classes,
constants, and functions. Using namespaces allows you to avoid naming
collisions and provide context for your PHP code. These tips provide a few
guidelines for building your namespaces so that you get the most out of
them.