Emil Nordh Sat Jun 23 13:07:33 -0400 2012

Subject: Generating results

Hi!

I'm trying to generate multiple results from a query.

$data = User::find("all");

foreach($data->attributes() as $user) {

}

Obviously this wont work but you'll get the idea!

Cheers