Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Gregory Szorc's Blog:
So Many Untapped PHP Features
May 01, 2007 @ 18:26:00

Gregory Szorc has posted his look at the "many untapped features" that PHP has to offer that the masses can tend to overlook when developing applications, specifically when dealing with object versus procedural programming.

The more interesting topic is why these applications have not made the jump to utilize PHP 5's features. Others have speculated, and I tend to agree, that application developers are worried that PHP 5 adoption is too low and requiring its use will turn away users. Now, considering the improvements of the PHP 5 engine, both from a performance and security standpoint, there is no reason in my mind why a sane system administrator wouldn't be running PHP 5.2.1 (most recent at the time of this entry).

He looks at applications like WordPress, Drupal and Gallery and note how they haven't made the move to true PHP5-style code. Adoption has a lot to do with this, but he brings up the point of the article - that developers are "ignorant" to what they're missing.

tagged: php4 php5 object feature missing adoption php4 php5 object feature missing adoption

Link:


Trending Topics: