Monthly Archive for February, 2008

Playing with CakePHP

I’ve had time to play around with CakePHP. Their documentation makes it pretty easy to get things done. And there’s already a ton of stuff, components and elements and helpers, that’s been done for you and you can pretty much just drop it in there.

Anyway. So I threw together a simple blog application. You can create a user account, and log in and out. When you’re logged in you can post entries, which you can edit and delete. Blog posts can have tags. You can also comment on any post. There’s some pagination in there. It’s nothing special and leaves a lot to be desired, but I was just goofing around with CakePHP, trying to figure out how it works and what it does.

You can download all the source here.