News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Namespacing in PHP
October 02, 2012 @ 13:48:00

On NetTuts.com today there's a new tutorial introducing you to namespaces in PHP and a complete guide to the features that come with them.

It's been a bumpy ride, in regards to namespace support in PHP. Thankfully, it was added to the language in PHP 5.3, and the applicable structure of PHP code has improved greatly since then. But how exactly do we use them?

They start with a definition of a namespace (for those unfamiliar with the term) and get right into the code showing their use in PHP:

  • Defining a Namespace (and Sub-namespaces)
  • Calling Code from a Namespace (using Unqualified/Qualified/Fully Qualified names)
  • Dynamic calls
  • The namespace Keyword
  • Aliasing or Importing
0 comments voice your opinion now!
namespace tutorial introduction features examples


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using PHP for the Creation of SVG Images

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)

PHPBuilder.com: Build Blazing Fast PHP Websites with Memcached Distributed Caching

PHPMaster.com: PHP Namespaces

NETTUTS.com: How to Build a Super Duper News Scroller


Community Events









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


functional development interview release framework code opinion introduction community unittest composer podcast object event language api phpunit testing example zendframework2

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