I have to make a simple "ToDo"-Application, based on PHP and MySQL. I use CodeIgniter as framework. I wanna do the following things:
- Create ToDos
- Show ToDos
- Complete ToDos
- Repeating Todos
I don't have problems with the first 3 points, but for the "repeating todos" I don't know how the database schema should look like. Can I handle this with only one table? Or do I need more tables?