case study

I often find the best way to learn something new is to have a complete, but simple, sample to look at. I have created such an example, the prosper todo list. Its ability to maintain a list of things to do will astound you, I’m certain.

Let’s take a look at the project step by step

  1. header.php and footer.php – standard html boilerplate
  2. config.php – where the nuts and bolts live
  3. index.php – lists your todos
  4. create.php – makes new todos
  5. edit.php – edit a todo
  6. delete.php – delete a todo