コード例 #1
0
        echo activityCount($userFollowsValue->user_id);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $userFollowsValue->user_id);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->user_id);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $userFollowsValue->user_id);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($userFollowsValue->user_id);
        ?>
</strong> Following</a></span>
コード例 #2
0
        echo activityCount($searchUsersValue->id);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $searchUsersValue->id);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($searchUsersValue->id);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $searchUsersValue->id);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($searchUsersValue->id);
        ?>
</strong> Following</a></span>
コード例 #3
0
        echo activityCount($userFollowsValue->is_following);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $userFollowsValue->is_following);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->is_following);
        ?>
</strong> Followers</a></span>
                                <span><a href="<?php 
        echo site_url('follow/following/' . $userFollowsValue->is_following);
        ?>
" title="<?php 
        echo $userDetails['name'];
        ?>
 following"><strong id="following_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowingCount($userFollowsValue->is_following);
        ?>
</strong> Following</a></span>
コード例 #4
0
                             <li><span class="arrow"></span></li>
                         <?php 
}
?>

                        <li><div class="sortboard-blue-button"><a  href="<?php 
echo site_url('follow/followers/' . $id);
?>
" title="The people who watch <?php 
echo $userDetails['name'];
?>
's status"><strong id="followers_count_<?php 
echo $id_ref;
?>
"><?php 
echo getUserFollowersCount($id);
?>
</strong> Followers</a></div></li>
                        <li><span class="arrow"></span></li>
                        <li><div class="sortboard-blue-button"><a  href="<?php 
echo site_url('follow/following/' . $id);
?>
" title="The people <?php 
echo $userDetails['name'];
?>
 is watching"><strong id="following_count_<?php 
echo $id_ref;
?>
"><?php 
echo getUserFollowingCount($id);
?>