Ferreteria/v0.3/class/cFieldRow internal: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Jump to navigation Jump to search
No edit summary
m (Woozle moved page Ferreteria/class/cFieldRow internal to Ferreteria/v3/class/cFieldRow internal without leaving a redirect: this is all v3 documentation, and we still need v2)
(No difference)

Revision as of 14:24, 19 January 2019

Template:Page/code/class

/*----
  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 {
}