
"The introduction of new object-oriented programming features in PHP V5 has
significantly raised the level of functionality in this programming language. Not only can you have private, protected, and public member variables and functions - just as you would in the Java, C++, or C# programming languages - but you can also create objects that bend at runtime, creating new methods and member variables on the fly. You can't do that with the Java, C++, or C# languages. This kind of functionality makes super-rapid application development systems, such as Ruby on Rails, possible."
Member since:
2005-07-06
Nicely written article! One to bookmark.
PHP is a great language and it just got better. Sure, it has its drawbacks, and the article is right to point them out.