Archive for April, 2007

When Pligg's Fly – Test flight

Posted by:

I was recently asked by a friend on a tight budget to help set up a small site similar to digg or some of the other social news and link aggregators. I thought it would be easy to find an open source project or three to choose from and adapt to their needs, but I only found one that was active and stable — Pligg. Since I am going to be working on this mini-project ...

Continue Reading ?
8

Url Routing with PHP – Part Three

Posted by:

In the final part of this series, I will build a functional modular front controller that can be easily adapted to small projects. It is basically the “C” in MVC for a simple MVC framework. If you haven’t read the first two articles I recommend that you read over them first. Url Routing with PHP – Part One and Url Routing with PHP – Part Two.

Requirements

  • Apache with mod_rewrite enabled
  • PHP

A few changes

If you have followed along ...

Continue Reading ?
22