id = $id; $this->subject = $row['thread_subject']; $this->date_created = $row['thread_date_created']; $this->date_lastpost = $row['thread_date_lastpost']; $this->category = new Category(); $this->category->get_from_database($row['thread_category'], $dbc); } } } }