
August 14th, 2009, 11:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 22,970
Time spent in forums: < 1 sec
Reputation Power: 25
|
|
|
Making sure you have the correct PHP class or function
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.
Read the full article here: Making sure you have the correct PHP class or function
|