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

From Woozle Writes Code
Jump to navigation Jump to search
(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...")
 
m (Woozle moved page Ferreteria/v0.5/data/space to Ferreteria/archive/v0.5/data/space: reworking these classes to be simpler, hope I don't regret it)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Folder''': {{l/ferreteria/code|data/space}}
'''Folder''': {{l/ferreteria/code|data/space}}
==Files==
==History==
The following was copied from code docs, and I need to remember what all of it means:
* '''2022-03-26''' [[/archive|retiring]] result.php
* {{l/ferreteria/code|data/space/status.php}}:
** tTableStatus
*** PIECE: Table()
*** EVENT: OnCreate_Table()
** tRecordStatus
*** PIECES: ID(), 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

Latest revision as of 15:30, 11 June 2022

Folder: data/space

History