[eluser]Flyingbeaver[/eluser]
HI,
I have waited one month to post here, i'm close to the point where I perfectly know the documentation... but i still fail at doing what I want. I hope you guys can help me.
Here is my problem :
I have a table services with a self relationship :
services => id, url, title
related_services_services => id, service_id, related_service_id (i know it should be services_services, but It just doesn't want to work this way...)
I would like to get an array with the field of the service, and the field of the different related services...
I have tried, include_related, sub_queries, join fields, some work some don't. And when they work I just don't get what I want...
PLZ help me !