View Single Post
Old 12-31-2008, 02:22 AM   #16 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
How do you mean? What array elements? How to use the array you've fetched?
Should be something like this:

PHP Code:
//The simple way of getting a fetch:
$this->configinfo $this->dbobj->getFetch(truetrue$this->queryformat);

//Check something, or whatever you want:
if($this->configinfo['ActiveTemplate'] == 5)
{

     
//Do something..

Should be like that!
Oh I see.. I'm stupid.. Nevermind.. Sigh..
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote