Documentation

Three approaches to MODX developmentOther information for web developers
Three approaches to MODX development: admin, IDE, and combined
0372
Choosing a templating engine is only one piece of the architectural puzzle of modern MODX development. An equally important strategic decision is determining
MODX 3
Шаблонизаторы для MODX 3For developers
Template Engines for MODX 3: Overview, Advantages, and Disadvantages
0588
Modern web development requires a clear separation of logic and presentation. This not only simplifies project maintenance but also improves performance and security.
MODX 3
CachingFor developers
Caching
0861
By caching reused data, you can prevent many database queries, resulting in improved performance. MODX Revolution offers a number of different caching
MODX 3
xPDO modxFor developers
xPDO
0482
xPDO is an object-relational bridge built into MODX. Simply put, it is how MODX connects to the database and how it interacts with the various tables.
MODX 3
FormIt - form processing snippet: customize, validate and submit formsExtras
FormIt – form processing snippet: customize, validate and submit forms
01.1k.
FormIt is a powerful and flexible component for MODX that allows you to process forms on your website. With its help you can collect data from users, process
MODX 3
pluginsWebsite development
MODX plugins
0571
Plugins are PHP code that are run when Events are run. The MODX core contains many events that are fired at various points during parsing and interaction
MODX 3
Named anchorGetting Started
Named anchor
0435
A named anchor is a link to content in the current resource.
MODX 3
NamespacesFor developers
Namespaces
0349
Namespaces are organizational units for components. They relate lexical strings and packages to each other, and provide MODX Revolution with a primary
MODX 3
InternationalizationFor developers
Internationalization
0679
Overview Internationalization, or i18n, is the process of extrapolating text strings in a document into individual languages, so that the document can
MODX 3
translitExtras
Package translit
0512
The translit package is a MODX Revolution core extension that provides its own transliteration service class. When installed, it is automatically available
MODX 3
Package managerFor developers
Package manager
0876
Let's look at the MODX Package Manager: what it is, how to get there, how to install, update and remove packages, and how to add additional providers (repositories).
MODX 3
Website development startWebsite development practice
Website development on MODX 3. Start
0810
Developing a website on MODX requires certain knowledge and skills, but with the right approach the results can be impressive. Below is a sample list of
MODX 3