Lessons Learned
Today I learned the difference between “update” and “insert” and what happens when you update your join table instead of inserting a new entry.
I almost have CRUD – keep finding new things to add/tweak. Also my files are growing increasingly complex to keep track of all of the different ways data is being passed.
Questions:
- difference between “object orientated” and “procedural” in the mysqli manual
- when to use “if” for calling a command and when it isn’t necessary – is this just to test that it’s working (so you can have an ‘else’)?
- Can we talk about refactoring?
UPDATE: I have CRUD. (Delete is hidden). available at clio3.jeriwieringa.com/view.php