db->query($s); $r = $q->fetchArray(SQLITE3_ASSOC); $this->id = $r["id"]; $this->uid = $r["uid"]; $this->page = $r["page"]; $this->name = HTML::e($r["name"]); $this->description = $r["description"]; // Must be properly formated! $this->condition = $r["condition"]; } } ?>