Main public logs

From Sunhill Framework Documentation

Combined display of all available logs of Sunhill Framework Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:48, 28 September 2024 Klaus talk contribs created page Record properties (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 === =...")