The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Sorry to so called hijack the thread but this may also be useful for jroy.
What's the difference between using just query and query_first? |
#12
|
|||
|
|||
query() returns a handle that you can reference using fetch_row() to fetch sequential rows. query_first() just returns the first row, if any, of the query.
These two are equivalent: PHP Code:
PHP Code:
|
#13
|
|||
|
|||
Thanks Filburt, now I understand. ^_^
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|