Ferreteria/archive/v0.5/data/space

From Woozle Writes Code
< Ferreteria‎ | archive
Revision as of 13:22, 16 March 2022 by htyp>Woozle (Created page with "'''Folder''': {{l/ferreteria/code|data/space}} ==Files== The following was copied from code docs, and I need to remember what all of it means: * {{l/ferreteria/code|data/space...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Folder: data/space

Files

The following was copied from code docs, and I need to remember what all of it means:

  • data/space/status.php:
    • tTableStatus
      • PIECE: Table()
      • EVENT: OnCreate_Table()
    • tRecordStatus
      • PIECES: ID(), Record()
      • EVENT: OnCreate_Record()
  • data/space/result.php:
    • tResult
      • PIECE: SQL()
    • tSingleResult <- tResult
      • SetIt(), GetIt(), HasIt(), ClearIt()
    • cTableResult <- cSpace + ifObjectReadWrite + tTableStatus + tSingleResult
  • data/space/ops.php:
    • cIOResult <- cSpace + tResult + tTableStatus + tRecordStatus
      • ACTIONS: DoPopulate()
    • cSelectResult <- cIOResult
      • PIECES: Rowset()
      • EVENT: OnCreate()
    • cInsertResult <- cIOResult
      • ACTIONS: DoPopulate()
    • cUpdateStatus = cIOResult