12-31-2008, 02:22 AM
|
#16 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by Tanax
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(true, true, $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
|
|
|
|