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

Johannes Schlüter's Blog: PHP 5.3 Update

WaxJelly Blog: Using PHP to make a MySQL "abstraction layer"

International PHP Magazine: Poll Question: What Is the Main Hindrance for PHP 5 to Get Adopted?

Symfony Blog: Call the expert: How to implement a conditional validator?

DevShed: Composing Messages in HTML for MIME Email with PHP


Community Events











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


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

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