Hello World!
Hello World, this is the first entry in my blog where I’m going to write about some web development stuff, especially CakePHP framework which I’ve started to learn a couple days ago. The blog is named ’simple’ as everything consists of simple things. Let’s wait a bit and see what it all look like.
testing code presentation
1 2 3 4 5 6 | <?php $str = 'Hello World!'; echo $str; ?> |
This is the first test comment.
test comment