Ferreteria/archive/v0.5/data/space: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Folder''': {{l/ferreteria/code|data/space}}
'''Folder''': {{l/ferreteria/code|data/space}}
==History==
* '''2022-03-26''' [[/archive|retiring]] result.php
==Files==
==Files==
The following was copied from comments (now removed) in {{l/ferreteria/code|data/space/0.php}}, and I need to document what all of it means once I remember it:
The following was copied from comments (now removed) in {{l/ferreteria/code|data/space/0.php}}, and I need to document what all of it means once I remember it:
Line 9: Line 11:
*** PIECES: ID(), Record()
*** PIECES: ID(), Record()
*** EVENT: OnCreate_Record()
*** EVENT: OnCreate_Record()
* {{l/ferreteria/code|data/space/result.php}}:
** tResult
*** PIECE: SQL()
** tSingleResult <- tResult
*** SetIt(), GetIt(), HasIt(), ClearIt()
** cTableResult <- cSpace + ifObjectReadWrite + tTableStatus + tSingleResult
* {{l/ferreteria/code|data/space/ops.php}}:
** cIOResult <- cSpace + tResult + tTableStatus + tRecordStatus
*** ACTIONS: DoPopulate()
** cSelectResult <- cIOResult
*** PIECES: Rowset()
*** EVENT: OnCreate()
** cInsertResult <- cIOResult
*** ACTIONS: DoPopulate()
** cUpdateStatus = cIOResult

Revision as of 19:55, 26 March 2022

Folder: data/space

History

Files

The following was copied from comments (now removed) in data/space/0.php, and I need to document what all of it means once I remember it:

  • data/space/status.php:
    • tTableStatus
      • PIECE: Table()
      • EVENT: OnCreate_Table()
    • tRecordStatus
      • PIECES: ID(), Record()
      • EVENT: OnCreate_Record()