12-31-2008, 02:18 AM
|
#15 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
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!
__________________
|
|
|
|