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 -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 get name index column+
multirow get name index column
-Get a particular column value or a reference to an entire row.
- Rows are indexed starting with 1. -
- If a column name is omitted, this procedure will set name +
- If a column name is omitted, this procedure will set name to be a reference to an array containing the values for the row - specified by index. + specified by index.
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)
-
- Use the eval option to template::query to modify column +
- Use the eval option to template::query to modify column values while building a data source from a multirow query result.