Get all records from find action

24 views
Skip to first unread message

giorgio.s...@gmail.com

unread,
Nov 12, 2021, 2:25:25 AM11/12/21
to Xataface
Hi, It's possible to get all records result from a find action?
Ex: when &-mode=find&name=%25g%25 I whant a record value of all records that showing in list.

giorgio.s...@gmail.com

unread,
Nov 12, 2021, 2:42:00 AM11/12/21
to Xataface
I need to get all records filtered by find action, for passing id to a rest api implemented by an action

giorgio.s...@gmail.com

unread,
Nov 12, 2021, 4:01:55 AM11/12/21
to Xataface
find:
$app =& Dataface_Application::getInstance();
$rset =& $app->getResultSet();
$recArr=$rset->getRecordsArray();
foreach ($recArr as $rc)
{
print($rc->value("id")."<br>");
}

giorgio.s...@gmail.com

unread,
Nov 18, 2021, 9:06:53 AM11/18/21
to Xataface
On github fantomasdm
Reply all
Reply to author
Forward
0 new messages