News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
3 Ways to Access a Namespaced PHP Class
November 29, 2010 @ 12:49:36

Lorna Mitchell has posted three different ways you can use to get access to a namespaced class in a PHP 5.3 application, all useful depending on where you are in the application and your needs.

After what felt like years of debate over the notation to use for PHP's namespaces, it seems like the feature itself has had relatively little use or attention since it was actually implemented in PHP 5.3. We're all used to working without it but using it does make code neater.

Her three options are:

  • Refer Namespace and Class Name
  • Import the Namespace
  • Alias the Namespace and/or Class

You can find out more about namespaces in PHP applications on the PHP manual.

0 comments voice your opinion now!
namespace access method example import alias class


blog comments powered by Disqus

Similar Posts

Community News: Namespace Code Checked In

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 2: View Helper Pattern

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5

Rob Richards' Blog: WS-Addressing for ext/soap

Rob Allen's Blog: Using Action Helpers in Zend Framework


Community Events











Don't see your event here?
Let us know!


conference phpunit language opinion example podcast interview object unittest series release introduction community development testing code functional zendframework2 framework application

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework