On Sunday, July 18th, 2021 at 8:28 PM, ourdiaspora <ourdiaspora@xxxxxxxxxxxxxx> wrote: > As an administrator of a hubzilla (https://www.hubzilla.org) 'hub', want to learn more php to maintain my own version of the code. > An example file in the source repository: https://framagit.org/hubzilla/core/-/blob/master/Zotlabs/Module/Filestorage.php Where to start, when there is no documentation? Line 8 refers to another file with the key word 'use', but a user contributor comment to the php manual (https://www.php.net/manual/en/language.namespaces.php) states there are two possible applications? Line 6 of the next file (https://framagit.org/hubzilla/core/-/blob/master/Zotlabs/Lib/Libsync.php) refers to keyword 'use' some object 'App'; where to find that???