PHP 5.3 will allow you to create namespaces for your classes, constants, and functions. This allows for better context while avoiding naming collisions without the funny prefixes we typically use.
PHP 5.3 will allow you to create namespaces for your classes, constants, and functions. This allows for better context while avoiding naming collisions without the funny prefixes we typically use.