Articles about PHP
Namespaces Best-practice in PHP 5.3
Since PHP 5.3 we finally can take use of the long wanted namespaces, which help us to keep the global namespace clean and save some work when declare class names.
PHP 5.2 is released in its last versions, so it is probably that many hosters and developers switch to PHP 5.3. Also Zend Framework and Symphony 2.0 uses namespaces, so they require PHP 5.3.
But how to use namespaces in an accurate way? I'll try to explain my experiences I've made while developing Gitty here.
