Here's the scenario:
I have a bookstore that sells various items. I've broken the types out into 5 groups:
01) Books
02) Stationary
03) Apparel
04) Media
05) Trinkets
I have a pretty good handle on how to deal with adding a new type of apparel to my inventory. What I can't figure out is how to add a totally new line of merchandise without having to go underneath the hood of the application, add a new table and establish relationships. My goal is to have a simple process to add a new category type from the 'front-end'. For example, if I wanted to start selling Concert Tickets, how could I add an 'Events' table and subsequent tables that hold the description for the events?
Randy
I have a bookstore that sells various items. I've broken the types out into 5 groups:
01) Books
02) Stationary
03) Apparel
04) Media
05) Trinkets
I have a pretty good handle on how to deal with adding a new type of apparel to my inventory. What I can't figure out is how to add a totally new line of merchandise without having to go underneath the hood of the application, add a new table and establish relationships. My goal is to have a simple process to add a new category type from the 'front-end'. For example, if I wanted to start selling Concert Tickets, how could I add an 'Events' table and subsequent tables that hold the description for the events?
Randy