Application
Table of contents
The "Application" entity provides the necessary basic functionality - it is the main entity of the system. It performs all the necessary data processing at the system boot stage and sets the settings and parameters.
A basic system settings management page is available (available at - /admin/all/settings):
As you can see, at the moment you can find out and set the following settings:
- Version - shows the version of the main system;
- Site name - sets the name of the site, which is displayed in the tab and other places;
- Site language - default site language;
- Outgoing email - the address used to send emails from the server;
- Incoming email - the address used to receive emails from the system;
- Use cache - sets caching, for example, caches of JS, CSS, etc. will be created;
The rest of the basic settings are available in the /core/application/application.settings file, which will be copied during installation to the root directory called settings.php. After that, it will be updated with the data specified during installation, and the data in it will change when changing the settings, both using the interface and programmatically.
Latest articles
- 09.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes
- 07.07.22IT / Safety How to protect PHP, JS, HTML, CSS source code - obfuscation, minification, compression and encryption
- 06.07.22IT / Safety Connection not secure, problem with Lets Encrypt - how to fix expired 09/30/2021 DST Root CA X3, remove it manually and install ISRG Root X1. Example on MS Windows 7
- 08.07.21IT / Misc How to make a free translation for a website without an API, translate documents in Google Translate
- 06.07.21IT / Misc How to make a subscription button on a website, a subscriber base and automatic mailing