Deprecated
This function is deprecated. While the existing code keeps working, we recommend switching to SQL Views.
Description
The ListFetchArray event fetches records from the given array and returns them as array. Use this function in conjunction with the Custom query function.
Here is an article that shows how to use ListFetchArray and ListQuery events together: How to display data returned by stored procedure
Syntax
ListFetchArray($rs,$pageObject)
Arguments
$rs
an array of values returned from the Custom query event.
$pageObject
an object representing the current page. For more information, see RunnerPage class.
Applies to pages
See also:
•Events. Check if specific record exists
•Add a dropdown list box with values for the search