What’s New in PHP v5.3 Namespaces

The concept of Namespaces provides a way to help avoid problems with multiple functions, classes, and constants of the same name being defined multiple times. PHP 5.3 borrows much of the syntax and design of Namespaces from other languages — most notably C++. However, it does deal with Namespaces in a somewhat unique way, which may cause problems for those familiar with Namespaces. This article takes a close look at PHP V5.3 namespaces, which is one of the most anticipated and the most debated feature in this release of PHP.

15 Comments

  1. 2009-01-16 11:58 am
    • 2009-01-16 4:50 pm
    • 2009-01-16 11:55 pm
  2. 2009-01-16 4:21 pm
  3. 2009-01-16 6:03 pm
  4. 2009-01-16 10:08 pm
    • 2009-01-16 11:23 pm
      • 2009-01-16 11:41 pm
  5. 2009-01-17 5:15 am
  6. 2009-01-17 11:33 am
    • 2009-01-17 4:11 pm
      • 2009-01-18 6:44 pm
        • 2009-01-18 6:49 pm
  7. 2009-01-18 1:12 am
  8. 2009-01-18 6:24 am