XenForo
Administrative
- Thread starter
- Admin
- #1
I'm having trouble figuring out the right way to convert some SQL to a finder query and how to define the conditions in the relationship.
Some sample data to help out with the explaining....
a is a table with content in:
b is a table that shows user interaction with the content from table a:
...
Read more
ادامه مطلب...
Some sample data to help out with the explaining....
a is a table with content in:
| a_id | stuff |
|---|---|
| 1 | alpha |
| 2 | bravo |
| 3 | charlie |
| 4 | delta |
b is a table that shows user interaction with the content from table a:
...
Read more
ادامه مطلب...