February 2010
January 2010
August 2009
July 2009
July 2008
PHP Namespaces (Part 1: Basic usage & gotchas) - David Coallier
by damdecWell, PHP has namespaces now! Time to start educating people on that long awaited feature and for the people that already do know namespaces from C , you also need to read this, it's simple, but will give you the basic syntax.
First of all, thanks to Dmitry for pulling out this awesome feature.
Ok here we go, first of all, what is a namespace ? Well according to wikipedia here's the definition:
1
(9 marks)