- ThinkBlog - http://thinkblog.org -
Dynamic PHP (Tricks Java/C#/C++ Don’t)
Posted By Michael On 24th February 2006 @ 22:58 In technology &c. | No Comments
PHP V5’s new object-oriented programming features have raised the level of functionality in this popular language significantly. Learn how to use the dynamic features of PHP V5 to create objects that bend to fit your needs.
The introduction of new object-oriented programming (OOP) 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.
PHP fascinates me. I don’t have time to learn it right now, obviously, but it looks like the best of C++ and Perl combined into one, Web-friendly language. (Any seasoned veterans care to add to, or correct, that point?) With OOP integrated into version 5, this looks like a summer project….
[1] read more | [2] digg story
Dynamic PHP (Tricks Java/C#/C++ Don’t)
Posted By Michael On 24th February 2006 @ 22:58 In technology &c. | No Comments
PHP V5’s new object-oriented programming features have raised the level of functionality in this popular language significantly. Learn how to use the dynamic features of PHP V5 to create objects that bend to fit your needs.
The introduction of new object-oriented programming (OOP) 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.
PHP fascinates me. I don’t have time to learn it right now, obviously, but it looks like the best of C++ and Perl combined into one, Web-friendly language. (Any seasoned veterans care to add to, or correct, that point?) With OOP integrated into version 5, this looks like a summer project….
[3] read more | [4] digg story
Article printed from ThinkBlog: http://thinkblog.org
URL to article: http://thinkblog.org/2006/02/24/dynamic-php-tricks-javacc-dont/
URLs in this post:
[1] read more: http://www-128.ibm.com/developerworks/opensource/library/os-php-flexobj/?ca=dgr-lnxw07DynamicPHP
[2] digg story: http://digg.com/programming/Dynamic_PHP_-_Tricks_PHP_can_do_that_Java_C_C_wont
[3] read more: http://www-128.ibm.com/developerworks/opensource/library/os-php-flexobj/?ca=dgr-lnxw07DynamicPHP
[4] digg story: http://digg.com/programming/Dynamic_PHP_-_Tricks_PHP_can_do_that_Java_C_C_wont
Click here to print.