[RSS Feed/News] How do I get a variable into my controller?

Status
Not open for further replies.

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom