Tag Archives: namespaces
Using PHP Namespaces
Posted on 24. Apr, 2008 by Will Fitch.
9
PHP 5.3 introduces a much requested feature for object-oriented programmers: namespaces. At the time of this writing, version 5.3 of PHP was in development, but is planned on being released in the near future.
One of the purposes object-oriented programming is to remove ambiguous development and data access items. This basically means identifying common [...]



