News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Taking advantage of PHP namespaces with older code
February 01, 2011 @ 10:10:35

Evert Pot has a quick post about a suggestion mentioned at PHPBenelux related to using namespaces with older code.

If you're running PHP 5.3 and you have to use pesky old code that uses long class prefixes (yea, so, pretty much all PHP code out there), you can still make use of namespace features to shorten them.

He includes a quick example that shows the shift from using the traditional Zend_Controller_Action_Helper_AutoComplete_Abstract to an aliasing with the use/as to just reference it as AutoComplete.

0 comments voice your opinion now!
namespace old code zendframework use keyword


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Introducing Namespaces for PHP Developers

Monitor.us Blog: Website Performance: PHP

Jani Hartikainen's Blog: Zend_Acl part 1: Misconceptions and simple ACLs

Zend Developer Zone: Zend Framework 1.0.2 Released

Rob Allen's Blog: Zend_Config Updates


Community Events









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


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

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