Welcome Guest, Not a member yet? Register   Sign In
shuffle data retrieved from database
#1

[eluser]chefnelone[/eluser]
Hello,

I'd like to shuffle the elements of $data array which is retrieved data from the user table. I tried with shuffle but cant get it working.

Is there a way to do this?

Code:
$data = $this->db->get('alojamientos')->result();        
return shuffle($data);

Thanks


Messages In This Thread
shuffle data retrieved from database - by El Forum - 10-20-2010, 11:17 AM
shuffle data retrieved from database - by El Forum - 10-20-2010, 11:37 AM
shuffle data retrieved from database - by El Forum - 10-20-2010, 11:46 AM
shuffle data retrieved from database - by El Forum - 10-20-2010, 01:35 PM
shuffle data retrieved from database - by El Forum - 10-20-2010, 01:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB