This shows you the differences between the selected revision and the current version of the page.
| ideas:objects:documents 2005/09/01 19:48 | ideas:objects:documents 2006/04/27 20:11 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Document Object ====== | + | ====== Document/State Object ====== |
| A Document in concept is a collection of data. The Document object access it's data through one or more [[Model]] objects. The object can then be used to output that data through various templates or send it's data to an [[Action]] for processing. | A Document in concept is a collection of data. The Document object access it's data through one or more [[Model]] objects. The object can then be used to output that data through various templates or send it's data to an [[Action]] for processing. | ||
| Document objects are not just for display. A form is essentially a blank document. | Document objects are not just for display. A form is essentially a blank document. | ||
| + | |||
| + | Currently, the Document object concept is implemented in Ismo via the State object. | ||