Making sure you have the correct PHP class and functions

44

Namespaces are a way of making sure you have the correct PHP class, constant, or function and that people using your PHP classes can be sure they’re using the correct ones. These tips provide a few guidelines for building your namespaces so that you get the most out of them and PHP.