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

Collapse
Posted by Randy O'Meara on
Yes, much better. I have verified that at least create_type and drop_type work. Does this API work with 5.1 also, or just HEAD?

Thank you, Dave.

/R

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.