Archive for August 9th, 2012

Thursday, August 9th, 2012

PHP Objects

For those who are learning PHP and who already know JavaScript, the way objects work in PHP is a lot different from what you’d expect. This is because PHP is an object oriented language where you have classes to provide the definitions and objects to use them whereas JavaScript is a prototyping language that doesn’t [...]