Archive for December, 2009

php5 Reflection API

Posted under Article, Featured, PHP on Monday, 7 December 2009 by rueben
PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods. The reflection API is an...
php5 Reflection API

PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.

Posted under Article, Development, Featured, PHP on Tuesday, 1 December 2009 by Jack
A comparison between the #5 language and the #1 framework (ranked lovability by me!). When it comes to programming, more specifically the development of web applications, it is important to consider all the tools of the trade before using the one that is going to be used for the job. For some...
PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.