query($s); $r = $q->fetchArray(SQLITE3_ASSOC); $this->uid = $r["uid"]; $this->decoration = new K_Decoration($r["decoration"]); $this->level = $r["level"]; } } ?>