The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
user.userid explained
can you help me understand the mechanism of this query?
Code:
$posts=$DB_site->query(" SELECT post.*,post.username AS postusername FROM post LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=[high]user.userid[/high] WHERE $postids ORDER BY dateline $postorder "); why is it present the [high]user.[/high] part? what is the difference between user.userid and post.userid? why i see all the time this kind of code structure (user.userid) in vB? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|