News Feed
Jobs Feed
Sections




News Archive
Court Ewing's Blog:
Organize Your Project like a Pro with PHP Namespaces
April 19, 2010 @ 21:04:30

Court Ewing has put together a new post looking at using one of the more powerful (yet underused) features of the recent PHP releases - namespaces - to organize your code.

Prefixes serve their primary purpose well: when used correctly, they will ensure that your class names do not have naming conflicts. Unfortunately, they are long and pedantic, and provide no additional benefits. [...] Namespaces provide other benefits than shorter class names, though.

He illustrates with a well-structured example that makes it clear as to what resources are being used and how they're split out. His snippet defines the structure of the rest of the script without even a line of code in the class. He also briefly mentions the PHP 5.3 adoption levels and notes that several larger projects will be 5.3-only soon and will start to force the hand of developers and hosting companies.

0 comments voice your opinion now!
namespace organize project tutorial adoption


blog comments powered by Disqus

Similar Posts

DevShed: Introducing Bridge Classes with PHP 5

Nessa's Blog: Installing suPHP on cPanel

David Coallier's Blog: Translating JAWS from PHP4 to PHP6 (Woo I'm a mentor)

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part Two

Sameer Borate's Blog: Detecting duplicate code in PHP files


Community Events











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


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

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