Matt Read, The Weblog

Abusing monkeys since 2003

Main Navigation


Posts Tagged As "javascript"

Javascript Prototype Behaviour in PHP

Monday, September 29th 2008

One of the "neat" things in Javascript is you are able to dynamically add or change methods of a class and automatically update every instance of that class. Some of the things I usually find useful are adding to the String class, like so:...

More