Index: openacs-4/packages/acs-templating/www/doc/api/multirow.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/api/multirow.html,v diff -u -N -r1.2 -r1.2.24.1 --- openacs-4/packages/acs-templating/www/doc/api/multirow.html 12 Feb 2003 10:02:08 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/api/multirow.html 22 Jun 2016 07:48:44 -0000 1.2.24.1 @@ -4,7 +4,7 @@

Multirow

- Templating System : API Reference + Templating System : API Reference

Summary

@@ -13,49 +13,49 @@

Methods

-
multirow get name index column
+
multirow get name index column

Get a particular column value or a reference to an entire row.

-
multirow set name index column value
+
multirow set name index column value

Set the value of a column in a specified row.

-
multirow size name
+
multirow size name

Get the number of rows in the data source.

-
multirow create name column [column ...]
+
multirow create name column [column ...]

Set up a new multirow data source. This is an alternative to - having db_multirow create + having db_multirow create the data source.

-
multirow append name value [value ...]
+
multirow append name value [value ...]

Add a row at the end of the data source. Extra values are dropped, missing values default to the empty string

-
multirow map name body
+
multirow map name body

Evaluate body for each row of the data source, and @@ -84,7 +84,7 @@

Note(s)