Say I want to perform a custom SQL query and see the results on the webpages.
Do I need to create a dummy view for this?... Cause I should send result of the query to a variable like "$result" to see on page with "before display operation" ...
or is there any other way?
thanx in advance...