View Single Post
Old 12-31-2008, 02:18 AM   #15 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

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!
__________________
Tanax is offline  
Reply With Quote