Forum OpenACS Improvement Proposals (TIPs): Re: TIP #67: (Proposed) Tcl API for Content Repository

Collapse
Posted by Joel Aufrecht on
There is another paradigm for basic "get item" operations. Example:

Foo has the attributes item_id, name, title, and creation_user.

::foo::get returns an array with all of these attributes.

::foo::get::element --element returns the single named element as a string.