News Feed
Jobs Feed
Sections




News Archive
php|architect:
PHP 5.3 namespaces for the rest of us
March 30, 2010 @ 11:45:48

On a new post to the php|architect site today Giorgio Sironi takes a look at namespaces in PHP from a beginner's perspective.

According to the official documentation, PHP namespaces have been designed to prevent name collisions between classes from different packages and to avoid the use of very long names in the code to refer to classes or functions. [...] This means that namespaces help a developer write code that is both more concise and clearer - a direction which is always an improvement towards expressiveness.

He gives an example of how to define them in your application (using the "namespace" operator), how they work on a bit more detailed level and a few exceptions you'll need to watch out for. He also talks about importing other classes into namespaces and how you can use the dynamic loading of classes right beside the namespace functionality.

0 comments voice your opinion now!
namespace tutorial introduction


blog comments powered by Disqus

Similar Posts

Justin Carmony's Blog: PHP Workers with Redis & Solo

Mike Dalisay: Salt, Hash and Store Passwords Securely with Phpass

Matthew Weier O'Phinney's Blog: Using the ZF2 EventManager

Klaus Graefensteiner's Blog: Two ways to test for prime numbers in PHP: Sieve and File

John Conde's Blog: Handling Online Payments With PHP And Authorize.Net


Community Events











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


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

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