News Feed
Jobs Feed
Sections




News Archive
David Coallier's Blog:
PHP Namespaces (Part 1 Basic usage & gotchas)
August 20, 2007 @ 15:12:00

David Coallier has posted his look at the namespace support that will be included with PHP6, specifically some examples of their basic usage and things to look out for when using them in your applications.

Well, PHP has namespaces now! Time to start educating people on that long awaited feature and for the people that already do know namespaces from C++, you also need to read this, it's simple, but will give you the basic syntax.

He starts with things like "what is a namespace?" or "what are they used for?" before getting into the syntax. The next step up is explaining how they work - he uses an example project, ProjectOne, with its namespace definition and an example script (invoke.php) that uses this class (including the new "import" keyword and the double-colon namespace separator).

0 comments voice your opinion now!
namespace basic usage gotcha definition example namespace basic usage gotcha definition example


blog comments powered by Disqus

Similar Posts

DZone.com: Trying out PHP Refactoring Browser

Court Ewing's Blog: Organize Your Project like a Pro with PHP Namespaces

Ralph Schindler's Blog: Autoloading (Revisited)

Sean Coates' Blog: Actually Solving a Problem (believe it or not)

David Coallier's Blog: PHP Namespaces (Part 1: Basic usage & gotchas)


Community Events











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


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

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