Structure
Table of contents
The system has a specific structure that assigns a specific role to each element. Below are the structure sections:
- Main - contains core entities;
- Basic - contains module and theme entities;
- Custom - contains custom elements, including custom modules and themes;
- Miscellaneous - contains all other elements of the system.
The first two sections are covered in other sections. It is necessary to consider the sections "Custom" and "Other".
The "Custom" section basically corresponds to the directory structure in the "custom" folder and is intended for placing custom elements. Includes the following elements, which are intended:
- data - for storing various data;
- files - for storing various files, contains subfolders: all (for field data and other content not included in other directories), audio (for audio files), images (for images), private ( for private files), temp (for temporary files), video (for video files);
- fonts - to place fonts;
- libraries - for placing libraries;
- modules - to place modules;
- themes - for placing themes.
The "Other" section basically corresponds to the directory structure in the "others" folder and is designed to contain standard system content that does not need to be edited during development, since it belongs to the system core. Includes the following elements, which are intended:
- data - for storing various data, contains subfolders: cache (for files with cache), logs (for logs);
- files - for storing various files, contains subfolders: images (for images);
- fonts - to place fonts;
- libraries - for placing libraries;
- strings - for placing translations that are imported during system installation;
- templates - for placing various templates.
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.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