Code Syntax

September 9th, 2008 | by Kennith |

I just added a code syntax for easier to read code on my blog. Just testing it out.

1
2
3
4
5
6
7
8
9
< ?php
function foo() {
}
 
class fooish() {
 var $test;
 function fooish() {}
}
?>

Post a Comment