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
- header.php and footer.php – standard html boilerplate
- config.php – where the nuts and bolts live
- index.php – lists your todos
- create.php – makes new todos
- edit.php – edit a todo
- delete.php – delete a todo