-
☆ A M B ☆
- 1,231 Posts
I need to create a way to display specific results in a custom database table in the modx database according to IDs in a TV. I am trying to create a list like 1234,4321,2314,4231 and for the rows with these IDs to be displayed. I have created the TV already, I see that the TV is an array, what would be the best method to take the values from the TV and display the results?
One other thing is I have another table that holds further details that is linked to the other table. How would I search both tables at once using the same TV input? I usually do a DB query within a query but that’s turning out to be a lot of requests.
Cheers!
-
☆ A M B ☆
- 1,231 Posts
Thanks Bunk, I worked this out not long before you posting! Bookmarked this though for future ideas...