Welcome Guest, Not a member yet? Register   Sign In
Getting data in a big array codeigniter
#7

(This post was last modified: 10-02-2019, 05:20 AM by tp45.)

Ok it worked this way

PHP Code:
Controller
$data
['suggested'] = $this->User_model->getFriendSuggestions();
View
<?php foreach ($suggested as $users): ?>
            <?php print_r($users->suggestedUser); ?>
            <?php //print_r($users->mutualFriends); ?>
          <?php endforeach ?>
Thank you for helping me and by replying
now it gives me all users as it should, i just have display each user
Reply


Messages In This Thread
Getting data in a big array codeigniter - by tp45 - 09-27-2019, 01:05 PM
RE: Getting data in a big array codeigniter - by tp45 - 10-02-2019, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB