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

(10-02-2019, 11:48 AM)dave friend Wrote: Just trying to offer advice to make your life easier by saying you don't have to enclose each line of the above in PHP tags. In other words, the following will work and might be easier to read (not to mention type).

PHP Code:
<?php 
foreach ($suggested as $users): 
    print_r($users->suggestedUser); 
    //print_r($users->mutualFriends); 
endforeach; ?>
Thank you for the advice @Dave .
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, 04:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB