News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
A primer on PHP namespaces
February 16, 2012 @ 08:25:43

For those that either haven't worked much with PHP 5.3 in their applications (or just haven't gotten around to using the feature) Rob Allen has put together an introduction to namespaces to guide you through some first steps and share some example usage.

I know that there are a lot of posts now about namespaces in PHP 5.3. This is mine which is how I learnt how they work. [...] That is, namespaces allow us to: combine libraries with the same classnames, avoid very long classnames and organise our code easily. Note that namespaces do not just affect classes. They also affect functions and constants.

He starts with the basic namespace definition (using the "namespace" keyword), shows how to import another namespace with "use" and the use of the __NAMESPACE__ constant to determine what namespace you're operating in. More information on namespaces can be found in the PHP manual.

0 comments voice your opinion now!
namespace introduction tutorial constant use


blog comments powered by Disqus

Similar Posts

WebReferece.com: How to Use the HTTP Protocol

Arvind Bhardwaj's Blog: How to Test PHP Emails on Localhost

Evolt.org: Working With Fractions In CSS and PHP

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3

PHPFive.net: Creating a dynamic Google sitemap using the PHP5 SimpleXML extension


Community Events









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


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

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