Hello,
I want to develop new MODX but first want to test it on my forum first. I need some guideline to built up those coding.
What i want to do is, i want to make query from table A (grouping) and list out all rows in table A into template. Then i have table B, which have related with table A. In table B it contain all data about my product and have one field which group using table A.
So, lets say in table A contain 3 groups, which are solid1, solid2 and solid3. How to make in the template it would produce like this:
Solid1: list out all product in table B belong to solid1
Solid2: list out all product in table B belong to solid2
Solid3: list out all product in table B belong to solid3



