blog.gabrielsaldana.org
PHP 5 OOP implementation quirks | Gabriel Saldaña's blog
PHP 5 is supposed to be fully object oriented. Yes, it has classes and inheritance and all those things an OOP language is supposed to have. But, is it implemented like most OOP languages? First of all, I come from a C/C++ background, so there’s where I got all my OOP lessons. Then I started […]