1
I'm working on a new module. There is a search feature in it, in which two tables in the database are searched. Once I get the search results in an array, how do I display them? I can display one record, but I need to know how to display all the records in the array? How can I loop through the array in the template (.html) file?
Any help will be appreciated!