display_line
display_line
is used in the list template to display a row from the database, by iterating over the columns and displaying the data for each column. It misses out the id
column by default, and magically URLifies columns called url
. This may be considered too much magic for some.