dreamingmind / bindery

CakePHP 1.3 Based Dreaming Mind Bindery Site
2 stars 2 forks source link

PreSpecd products and their CRUD sys #252

Open dreamingmind opened 9 years ago

dreamingmind commented 9 years ago

I've made a new PreSpecd Model, an alias of OrderItem. It has HABTM to Image and Content. I haven't written anything else, but the associations all work in find() mode.

This is my plan for a CRUD system: screen shot 2014-12-19 at 7 28 18 pm

But one big open question remains. Will these records remain loose in the OrderItem table? And if so, how will they be identified? A couple of possible strategies:

dreamingmind commented 9 years ago

The 3rd option, Change the schema, sounds like the best course