- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
How should I use the XF finder with an sql query left joining 3 tables (I can join only 2 of them if it's simpler...)?
I'm working on adding API endpoints to an existing add-on (I've already succeeded in doing it for another add-on)
but have had a problem:
I have 3 tables. one has events and the other has event categories the 3rd links between the categories and the events.
I'm trying to combine them into a XF finder.
How should I do it?
This is the query that gets the results I need...
I'm working on adding API endpoints to an existing add-on (I've already succeeded in doing it for another add-on)
but have had a problem:
I have 3 tables. one has events and the other has event categories the 3rd links between the categories and the events.
I'm trying to combine them into a XF finder.
How should I do it?
This is the query that gets the results I need...
نام موضوع : How to use the finder when joining tables?