Ferreteria/v0.5/portcard

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 14:11, 28 May 2022 by Woozle (talk | contribs) (Created page with "'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} : {{l/ver|PortCard}} ==About== Each '''PortCard''' represents a single row of data in a particular format. The standar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Navigation: PortBank : PortRow : PortCard

About

Each PortCard represents a single row of data in a particular format. The standard base formats (which correspond those used by PortRows) are:

  • Native (calc), which is used only for internal calculations (no I/O)
  • Storage (stor), which converts to and from SQL (or, in theory, any other database-storage format)
  • Display (disp), which converts to and from HTML (or, in theory, any other display markup)

Once loaded with data from a given Row, a PortCard is never re-loaded with data from a different row; it always corresponds to the same row, although individual fields may be modified for output purposes. Loading a new row into a Card requires creating a new Card.