Record properties: Revision history

From Sunhill Framework Documentation

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 October 2024

30 September 2024

29 September 2024

28 September 2024

  • curprev 23:4823:48, 28 September 2024 Klaus talk contribs 723 bytes +723 Created page with "'''Record properties''' are properties that consist of other properties (even other record properties). The elements of a record properties are accessed just like a object in php. Example: $record_property->integer_property = 5; // calls $integer_property->setValue(5); == Defining member properties == Any record property consist at least of one member property. There are three ways to tell the record what members it has === Defining a initializeRecord() method === =..."