News Feed
Sections
News Archive


Community Events






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


feed this:

Jeff Atwood's Blog:
PHP Sucks, But It Doesn't Matter
0 comments :: posted Thursday May 22, 2008 @ 07:57:12
voice your opinion now!

There's an interesting post Jeff Atwood has made to his blog about PHP - its lack of standards, the way the language is structured and why none of that matters when it comes to its popularity.

PHP isn't so much a language as a random collection of arbitrary stuff, a virtual explosion at the keyword and function factory.

He includes links to several other articles that follow the "PHP sucks" train of thought too, but he notes that none of that really matters - its the popularity of PHP, its use in major corporate and social networking applications that is seeming to help drive it even more for developers to pick up and learn as a first web language.

Why fight it? I say learn to embrace it. Join with me, won't you, in celebrating the next fifty years of glorious PHP code driving the internet. Just don't forget to call the maintain_my_will_to_live() PHP function every so often!

Responses from the community:

  • Stas on the PHP 10.0 blog
tagged with: sucks language reason popularity major company usage


Developer Tutorials Blog:
Five reasons you should be using PHP
0 comments :: posted Monday February 18, 2008 @ 08:48:00
voice your opinion now!

The Developer Tutorials blog has posted their five reasons why they think you should be including PHP in your development.

Sure, it isn't perfect. It has its problems; from professionalism to consistency and even versioning. Still, it's a fantastic language for web development; it's efficient, scalable and, when used appropriately, effective. Read on for five reasons you should be using PHP for web development.

They break it up into:

  • Deployment
  • Functionality
  • Infrastructure
  • Speed
  • Resources
tagged with: reason list use language programming development

PHPKitchen:
Advantages of using the PEAR class naming convention
0 comments :: posted Thursday October 26, 2006 @ 07:51:00
voice your opinion now!

Keeping with convention - well, naming convention - is a good thing sometimes. Demian Turner thinks so and talks about one of many reasons he sees to follow a standard set in place for a while now - the PEAR naming standard.

By far the most convincing reason to use the file naming convention, which means that a class located in your include path like Foo/Bar/Baz.php is called Foo_Bar_Baz, is the ability to take advantage of PHP 5's __autoload magic method.

The __autoload functionality in PHP 5 is definitely one of the most handy, elegant single lines of code out there and I'd definitely vote for anything that will make working with it even easier. Demian also includes a few lines of example code to show the interaction between the function and the files with the naming convention.

tagged with: pear class naming convention autoload simple reason pear class naming convention autoload simple reason


conference security PEAR application zendframework zend framework package cakephp book pecl code PHP5 ajax release releases developer job mysql database

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