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

NETTUTS.com: How to Read an RSS Feed with PHP - Screencast

PHPMaster.com: Under the Hood of Yii's Component Architecture, Part 3

Devshed: The Basics of Using the Prototype Pattern with PHP 5

Lorna Mitchell's Blog: Gthub API: Issues List

NetTuts.com: Testing your PHP Codebase with EnhancePHP


Community Events











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


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

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