News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Use PHP Namespaces, Part 1 The Basics
July 13, 2009 @ 11:07:50

Now that PHP 5.3 has been released and is ready for production use, it's time to familiarize yourself with some of the new features that come with it. In this new tutorial from SitePoint they look at one of the more controversial additions - namespaces.

Namespaces are one of the most significant changes in PHP 5.3. They will be familiar to C# and Java developers, and they are likely to change the structure of PHP applications for the better. [...] Name collision problems can be solved with namespaces. PHP constants, classes, and functions can be grouped into namespaced libraries.

Thy look at namespace definition and some example code showing them in use - echoing out the results of a call to a constant, a function and a method.

0 comments voice your opinion now!
introduction namespace tutorial


blog comments powered by Disqus

Similar Posts

Joshua Thompson's Blog: Return to Prototype Based Programming in PHP

David Coallier's Blog: PHP Namespaces (Part 2: Namespace constants)

PHPBuilder.com: PHP Filters: An Important Security Feature

Zend Developer Zone: Getting Started with Drizzle and PHP

PHPMaster.com: Parsing XML With SimpleXML


Community Events











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


unittest functional language introduction phpunit symfony2 podcast usergroup testing development interview conference community rest release zendframework2 series opinion framework database

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