The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Counting returned rows
Are there any existing methods in the VB class to get a count of return rows.
As the moment my code iterates through each result and maintains a count using: Code:
$sqlData = $db->query_read($sql); $numrows = mysql_num_rows ( $sqlData ); Code:
$rowcount = $db->row_count($sqlData)) Code:
$rowcount = $db->num_rows($sqlData)) |
#2
|
|||
|
|||
<a href="http://members.vbulletin.com/api/" target="_blank">vBulletin 3.7 Code Documentation</a>
Contains a list of all classes (and their methods) as well as all functions defined in any vBulletin file. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|