Hello,
I write some code in PHP & MYSQL that involved with unlimited sub-categories (recursive).
Now I can make a complex tree of categories and assign items for each category.
But now I want to improve the code to work with virtual items, I dont now if this is the right name for what I want, so I explain :
Virtual items - allow you to assign a single item to unlimited number of categories/sub-categories
Also important question is after the Virtual items code works - how to pull data based on categories for queries.
I wolud thank alot if someone could help or direct me to some inforamtion or concept articles about this subject.
thanks