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

PHPMaster.com: Regular Expressions

Zend Developer Zone: AJAX Chat Tutorial Part 2

Software Development Video & Tutorials: PHP and Couchbase

Oracle Technology Network: New Features in PHP 5.4

Benjamin Eberlei: Composer and Azure Websites Git Deployment


Community Events











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


language series community example phpunit opinion application framework api development database interview code composer release zendframework2 podcast functional introduction testing

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