[eluser]Anonymous[/eluser]
Hi there,
I'm developing an auctioning website. Each auction has a lot of options, that i want to be able to filter on the front-end.
I was wondering what is best practice in handling/storing these options (mostly booleans/checkboxes).
Is it best practice to store them all in the same row ?
Or would it be better to store them all in one "auction_options" table? How would this work with filtering ?
There are about 20 options per auction, and more to come probably. I want the site to be as hihgly scalabable as possible.
Anyone has done something similiar before ? I'm also very curious in the codeigniter front-end part (filtering with checkboxes)
any directions on this would be great, google is bailing out on me