Blog posts from January 2008
PHP: Late Static Bindings
New to PHP 5.3.0 will be late static bindings. Currently you can use the self keyword in PHP to access static methods of the current class, the new static keyword allows you to access static methods through the inheritance tree.
# Permalink Posted on Wed 23rd January, 2008 in with no comments
How-To: Finding the Character Map in Mac
I wanted to find a character to paste into some text, I looked in Utilities and Applications but to no avail. After some hunting around and speaking with colleagues it seems there is one built into Mac but it's hidden far away...
# Permalink Posted on Thu 17th January, 2008 in with 3 comments
Showing 1 to 2 of 2