_id; } else if (in_array($method, $this->fields)) { return getset($this, $method, $args); } else { print "Invalid method \"$method\" called, in update::__call."; exit(); } } } ?>