XenForo
Administrative
- Thread starter
- Admin
- #1
I have two things I'm trying to understand with the Xenforo system.
Let's say I have two tables: MyTable1 and MyTable2. I want to query MyTable1 and use that column value in my query for MyTable2.
In PHP I would simply do a query on MyTable1, set a variable then use that variable in my query for MyTable2.
The second thing is I would use $_GET to get from a URL then use that value in my query.
How can I do these with the Entity/Controller?
I understand about relations in the Entity but...
Read more
ادامه مطلب...
Let's say I have two tables: MyTable1 and MyTable2. I want to query MyTable1 and use that column value in my query for MyTable2.
In PHP I would simply do a query on MyTable1, set a variable then use that variable in my query for MyTable2.
The second thing is I would use $_GET to get from a URL then use that value in my query.
How can I do these with the Entity/Controller?
I understand about relations in the Entity but...
Read more
ادامه مطلب...