Categories
General

PHP is not for me

Yes it rhymes. PHP 4 has issues that I am not too fond of. Yes, I am a PHP 4 hack at worst, but that’s why PHP 5 is Java in disguise. Grow up – move on to Java!

Share

So I was chasing my tail today doing some PHP work (deadline way tight, of course!) only to find out that the bloody weakly typed language allows instantiated a variable because I did not use its global construct to tell it to use the variable of the same name that is external to the method. Argh!
So yeah, mind your globals.

Share
Share