01-08-2009, 09:07 PM
|
#8 (permalink)
|
|
The Contributor
Join Date: Jan 2009
Posts: 40
Thanks: 10
|
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
|
|
|
|