The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reset Array Pointer in DB Class?
Code:
$services = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media_service"); while ($service = $vbulletin->db->fetch_array($services)) { if ($match) { break; } } So what I want to know, is if there is a way to reset the pointer of fetch_array to the beginning of the loop. In PHP I know I can do something like "reset($services);", could I do that here? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|