db->query($s); $r = $q->fetchArray(SQLITE3_ASSOC); $this->id = $r["id"]; $this->uid = $r["uid"]; $this->page = $r["page"]; $this->name = e($r["name"]); $this->description = e($r["description"]); $this->condition = $r["condition"]; } } ?>