Ferreteria/archive/v0.5/data/space/archive: Difference between revisions
< Ferreteria | archive | v0.5/data/space
Jump to navigation
Jump to search
(Created page with "==Retired bits== ===result.php=== * {{l/ferreteria/code|RETIRED/data/space/result.php}}: ** tResult *** PIECE: SQL() ** tSingleResult <- tResult *** SetIt(), GetIt(), HasIt(),...") |
m (Woozle moved page Ferreteria/v0.5/data/space/archive to Ferreteria/archive/v0.5/data/space/archive: reworking these classes to be simpler, hope I don't regret it) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
==Retired bits== | ==Retired bits== | ||
The status.php and result.php sections were copied from comments (now removed) in {{l/ferreteria/code|data/space/0.php}}. I wasn't at all sure what it was about at the time, and both files have now been retired. | |||
===status.php=== | |||
* (was) data/space/status.php: | |||
** tTableStatus | |||
*** PIECE: Table() | |||
*** EVENT: OnCreate_Table() | |||
** tRecordStatus | |||
*** PIECES: ID(), Record() | |||
*** EVENT: OnCreate_Record() | |||
===result.php=== | ===result.php=== | ||
* {{l/ferreteria/code|RETIRED/data/space/result.php}}: | * {{l/ferreteria/code|RETIRED/data/space/result.php}}: | ||
Latest revision as of 15:30, 11 June 2022
Retired bits
The status.php and result.php sections were copied from comments (now removed) in data/space/0.php. I wasn't at all sure what it was about at the time, and both files have now been retired.
status.php
- (was) data/space/status.php:
- tTableStatus
- PIECE: Table()
- EVENT: OnCreate_Table()
- tRecordStatus
- PIECES: ID(), Record()
- EVENT: OnCreate_Record()
- tTableStatus
result.php
- RETIRED/data/space/result.php:
- tResult
- PIECE: SQL()
- tSingleResult <- tResult
- SetIt(), GetIt(), HasIt(), ClearIt()
- cTableResult <- cSpace + ifObjectReadWrite + tTableStatus + tSingleResult
- tResult
- data/space/ops.php:
- cIOResult <- cSpace + tResult + tTableStatus + tRecordStatus
- ACTIONS: DoPopulate()
- cSelectResult <- cIOResult
- PIECES: Rowset()
- EVENT: OnCreate()
- cInsertResult <- cIOResult
- ACTIONS: DoPopulate()
- cUpdateStatus = cIOResult
- cIOResult <- cSpace + tResult + tTableStatus + tRecordStatus