Hi Guys. I am building a client a content management system.
He owns a 'bed and mattress' company.
And I am in the process of building him a product page, which will ultimately display info on the products he uploads in the admin area of his site.
Obviously, I need to give my client the option of adding and/or renaming existing product categories (which leads to my question).
The only thing I am having problems with is how I would edit an existing 'category name' without messing up my client's products which already exist in the particular category which has been renamed.
For example, my plan is to create a database named 'Products', and then give my client the ability to create a category name which will also create a table with the same name (which it can correspond to).
But, what if my client wanted to rename a category to something different?
Would I still be able to rename the table which the category links to (updating them both, so they can continue to correspond with one another)?
Paul.