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
June 27 2010
August 1, 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