News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Introducing Namespaces for PHP Developers
September 22, 2011 @ 10:13:05

On PHPBuilder.com today there's a new article from Jason Gilmore introducing you to namespaces in PHP 5.3+ development. Namespaces make it simpler to separate out your code into functional pieces and help keep it organized.

The inclusion of namespace support within PHP 5.3 effectively brought the need for gripes and workarounds to a halt, however adoption of this exciting new feature has seemed surprisingly slow in the more than two years since its release. [...] The utility of this new feature is simply undeniable. Therefore I thought it would be worthwhile to offer a formal introduction to namespaces for the benefit of those PHP developers who haven't yet had the opportunity to investigate the topic.

He starts by introducing the concept of a "namespace" as a sort of container for your code, providing separation that prevents errors like the infamous "cannot redeclare class" issue. He includes examples of PHP's namespace syntax to split out two "Account" classes into two different sections. Using them is as easy as referring to them by their namespaced "path" or using something like the "use" keyword to reassign it to another name.

0 comments voice your opinion now!
namespace introduction separation


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Starting with Zend Framework

PHPro.org: SPL Autoload

RefreshinglyBlue Blog: PHP vs Ruby - Practical Language Differences

Luis Atencio: Notes on Continuous Delivery

Kowser's Blog: Kohana Tutorial: For the beginners


Community Events











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


zendframework2 development podcast functional release interview language framework code tool testing composer opinion introduction example database object community conference series

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