ProfileController/index

renderFeedbackMessages(); ?>

What happens here ?

This controller/action/view shows a list of all users in the system. You could use the underlying code to build things that use profile information of one or multiple/all users.
users as $user) { ?>
Id Avatar Username User's email Activated ? Link to user's profile
user_id; ?> user_avatar_link)) { ?> user_name; ?> user_email; ?> user_active == 0 ? 'No' : 'Yes'); ?> Profile