Namespace
How to: Namespace in PHP
Mike Milano — July 2, 2008 - 10:37pm
Namespacing has been long awaited to enhance PHP OO development, and it looks like it's finally here. At first, I thought it was going to become available in PHP6, but it has been ported to PHP 5.3.
What is a Namespace?
Namespacing provides you the freedom to name your classes what you want without worrying about any other classes, native to PHP or otherwise, interfering with your names.
