I have many relational tables and I want to retrieve all relational tables that belongs to the one I am pulling the information I tried many things to try to show the relational tables using the API but do not find any hook for it...
for instance show all clientes and clientes can have many addresses and groups...
I want to show the client with the addresses and group he/she belongs...
One clear example will be:
I have a post table that has comments (made by users) and the posts can have tags.
how can I join these tables for output with this API? is there any solution for this?
Appreciate any info
thanks