Posted by aquila on December 2, 2009 at 5:56pm
For a module I am trying to implement my own type of view.
Using the advice from http://www.broadlatitude.com/blogs/matt/content/drupal-tip-never-query-c... this works perfectly. However, I now face the problem of loading nodes with the settings the view dictates. E.g. only show the title, format a date like 4-24-1987, ...
What would be the best way to do this? The views API is a bit overwhelming, I did not really find an answer there.