Ferreteria/archive/v0.5/data/space/archive

From Woozle Writes Code
< Ferreteria‎ | archive‎ | v0.5/data/space
Revision as of 19:55, 26 March 2022 by htyp>Woozle (Created page with "==Retired bits== ===result.php=== * {{l/ferreteria/code|RETIRED/data/space/result.php}}: ** tResult *** PIECE: SQL() ** tSingleResult <- tResult *** SetIt(), GetIt(), HasIt(),...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Retired bits

result.php

  • RETIRED/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