So I turned on Permalinks in WordPress, so that my URLs look like
Instead of
http://www.mikeconley.ca/blog/?p=123
…and it actually took a bit of figuring out. Thankfully, I found this blog entry to help me.
So I turned on Permalinks in WordPress, so that my URLs look like
Instead of
http://www.mikeconley.ca/blog/?p=123
…and it actually took a bit of figuring out. Thankfully, I found this blog entry to help me.
I’ve been programming in PHP for a few years now, and after being exposed to MVC through Ruby on Rails back in 2007, I came to realize that I liked the idea of keeping the presentation of data separate from the manipulation of data.
So I built a View class. Download View Class
Usage:
$view = new View('views/main_page.tpl', array( 'some_var' => 'This will be assigned to $some_var in the view')); $view->render();
And like that, data presentation is separated from data manipulation.
Piece of cake.
I’ve finally hopped onto the blog bandwagon.
So here’s what I’m working on, or have been working on in the past few weeks:
There’s plenty more where that came from, but that’s the major stuff.
Anyhow, here’s my blog. I’m on the internet now. Woop woop.