item_id = (int) $forum_row['forum_id']; $this->parent_id = (int) $forum_row['parent_id']; $this->left_id = (int) $forum_row['left_id']; $this->right_id = (int) $forum_row['right_id']; $this->item_parents_data = (string) $forum_row['forum_parents']; } }