Core
Table of contents
The kernel is the main type of system entity that powers all other parts of the system.
The kernel contains the following entities (their list may vary depending on the system version):
- admin - provides administrative functions;
- application - the main essence of the system, provides the necessary basic functionality;
- container - container management;
- content - content management;
- database - database and query management;
- field - field control;
- form - forms management;
- install - system installation management;
- menu - menu and link management;
- module - module management;
- route - routing control;
- search - search management;
- taxonomy - taxonomy management;
- theme - theme management;
- translation - multilingual control;
- user - user management;
- utility - utility functionality (contains subentities: crypt - encryption management, symbol - provides functionality for working with symbols).
Оставить заявку
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