View Single Post
Old 01-08-2009, 09:07 PM   #8 (permalink)
Scottymeuk
The Contributor
 
Join Date: Jan 2009
Posts: 40
Thanks: 10
Scottymeuk is on a distinguished road
Default

Sorry for the double post but id just like to say I'm going to use Wildhoney's method and use the following function:

PHP Code:
public function __set($index$value)
{
    
$this->vars[$index] = $value;

And the do foreach loop on $this->vars in the load() function
Scottymeuk is offline  
Reply With Quote