id); $name = $is_favorited ? "unset" : "set"; $label = $is_favorited ? "Un-Favorite" : "Favorite"; $html = "
"; return $html; } public function display_people($username_array) { global $page; $i_favorites = count($username_array); $html = "$i_favorites people:"; foreach($username_array as $row) { $username = html_escape($row['name']); $html .= "