Answer the question
In order to leave comments, you need to log in
How to sort in RedBeanPHP?
Good afternoon.
In stock request:
$answers = R::find('questionnaire', 'date = ?', array($date));
foreach ($answers as $answer) {
$l_name = $answer->person['last_name'];
$f_name = $answer->person['first_name'];
....
}
<td width="25%"><? echo $l_name . ' ' . $f_name; ?></td>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question