1 Vote
How to Use PHP Namespaces, Part 1: The Basics
http://www.sitepoint.com —
PHP namespaces is a feature introduced in PHP 5.3. It's something that exists in many programming languages helping php developers to structure their code in an improved manner and to avoid collisions between classes and functions with the same name.


Comments