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
  • 20:50, 28 September 2024 Klaus talk contribs created page Array properties (Created page with "'''Array properties''' are properties that are accessed like a php array via an index. Array indexed are derived from AbstractArrayProperty which in turn is a child of AbstractProperty and therefor inherits all its properties and methods. But there are some array specific topics: == Accessing an element == Like with any array one can access an element via [$index]. Example: echo $array_property[0]; // prints the first element (when it exists) == Addin...")