I hav a strange task where I need to pull the content from a (well some) drupal view into an array so I can use that data later. I dont want to display contents right away, but I'll need to access it later.
I have already built the view but it was suggested that I can export the view and then create a module to grab the view data but I have no idea how to do that.
Basically what Im doing, is creating a view to pull say, 9 records of node type "blog" and on the front page, I want to pull that view, and therefor grab all the records in it so I can do stuff with the data.