Ferreteria/v0.3/class/cFieldRowMemory: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
No edit summary |
m (page template) |
||
Line 1: | Line 1: | ||
{{page/code/class|ferreteria|cIORow}} | |||
<source lang=php> | <source lang=php> | ||
/*---- | /*---- |
Revision as of 18:30, 28 December 2018
/*----
NOTE: this is sort of a hybrid between a cIORow and a cPortalRow.
It's probably not the best way to do things, since maybe we'd actually want
proper Porals for input (from memory) and output (to screen), but maybe
it's easier to work with in a hurry (at least until I'm more familiar
with this wacky system I've devised).
*/
abstract class cIORowMemory extends cIORow_internal {
use tKeyedRow;
use tSingleKey_Row;
use tInternalStorage;
}
- file:
/data/rows/memory.php
- extends: Template:L/ferreteria/class
- extended by:
- Template:L/ferreteria/class extends \ferreteria\data\cIORowMemory