Ferreteria/v0.3/class/cFieldRow internal: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
m (oops) |
m (8 revisions imported: moving this project here) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
2018-12-04 but then I ended up commenting everything out again, and now we have cIORowMemory | 2018-12-04 but then I ended up commenting everything out again, and now we have cIORowMemory | ||
*/ | */ | ||
abstract class | abstract class cIOField_internal extends cFieldRow { | ||
} | } | ||
</source> | </source> | ||
* '''file''': | * '''file''': {{l/ferreteria/file|data/rows/memory.php}} | ||
* '''extends''': {{l/ferreteria/class| | * '''extends''': {{l/ferreteria/class|cFieldRow}} | ||
* '''extended by''': {{l/ferreteria/class| | * '''extended by''': {{l/ferreteria/class|cFieldRowMemory}} |
Latest revision as of 16:42, 22 May 2022
/*----
HISTORY:
2018-10-09 A note said "I'm not sure this class needs to exist"
All code was removed either before this or not long after.
2018-12-03 So, it looks like we need this as a way of not needing to have a Source (Table) for internal data.
2018-12-04 but then I ended up commenting everything out again, and now we have cIORowMemory
*/
abstract class cIOField_internal extends cFieldRow {
}
- file: Template:L/ferreteria/file
- extends: Template:L/ferreteria/class
- extended by: Template:L/ferreteria/class