Search
You can find the results of your search below.
Fulltext results:
- How To Move Classes to src
- page is there to list them. ===== Decide the namespace ===== This isn’t the most technical decision of ... classes|a shared Ethercalc sheet]] to suggest namespace/class names that lists all the already moved clas... nters though: * ''%%Friendica%%'' is the base namespace for all classes in the ''%%src%%'' folder * Namespaces match the directory structure, with ''%%Friendica
- Autoloader with Composer
- d the class autoloader both for libraries and namespaced Friendica classes. It’s a command-line tool tha... into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' available through the whole... ss: <code php> // src/ItemsManager.php <?php namespace Friendica; class ItemsManager { public funct... '' has been declared in the ''%%Friendica%%'' namespace. Namespaces are useful to keep classes separated
- Friendica Storage Backend Addon development
- live in ''%%Friendica\Addon\youraddonname%%'' namespace, where ''%%youraddonname%%'' the folder name of y... he interface must be implemented: <code php> namespace Friendica\Core\Storage\Capability\ICanWriteToStor... he interface must be implemented: <code php> namespace Friendica\Core\Storage\Capability\ICanConfigureSt... mpleStorageBackend.php%%'': <code php> <?php namespace Friendica\Addon\samplestorage; use Friendica\Cor
- Configuration Guide for small Nodes
- print on the limited resources (e.g. less storage space/database size). ===== Server wide settings =====... tables''. The optimization will actually free the space the table is reserving on the storage (else the database will fill up the reserved space before claiming more). === Relays === Relay ser... so when things in the database are deleted, more space is freed. ===== User settings ===== In addition
- Where to get started to help improve Friendica
- d the class autoloader both for libraries and namespaced Friendica classes. It's a command-line tool tha... raries into the `vendor` folder and makes any namespaced class in `src` available through the whole appli... abs and line feeds). * Operators are wrapped by spaces, e.g. `$var === true`, `$var = 1 + 2` and `'stri... QL queries * No closing PHP tag * No trailing spaces * Array declarations use the new square bracke
- Using Composer
- d the class autoloader both for libraries and namespaced Friendica classes. It’s a command-line tool tha... into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' available through the whole
- ejabberd and prosody XMPP server with synchronized credentials
- tials ==== Other hints ==== * if a user has a space or a @ in the nickname, the user has to replace these characters: * " " (space) is replaced with “%20” * “@” is replaced wit
- Tags and Mentions
- le whose full name is “Mike Macgirvin”. Note that spaces cannot be used inside tags. * @mike+151 - this... guration. The same rules apply as with names that spaces within tags are represented by the underscore ch
- Friendica Addon development
- and functions names, and as such: - Can’t contain spaces or punctuation. - Can’t start with a number. ==
- Friendica API authentication
- back to with your token, and "scopes", which is a space-separated list of permissions. (The database sche
- Friendica BBCode tags reference
- user account. Finally, ''[pre]'' blocks preserve spaces. If you need to disable smilies on a post by po
- How to Create a Bot
- sures have been completed. This will also provide space to discuss the special features of this bot. {{t
- Filtering your Network Stream
- Collapse posts with the word facebook that have a space in front and after the word ''%%body matches "//s
- Settings
- eld was often set to just an account name with no space between first and last name. If you would like to
- Themes
- to import the `App` class from `\Friendica\` namespace. use Friendica\App; This will make our job