Documentation

Three approaches to MODX developmentOther information for web developers
Three approaches to MODX development: admin, IDE, and combined
01.1k.
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
01.8k.
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
01.8k.
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
0924
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
Image Resizing in MODX 3: pThumb + FenomExtras
Image Resizing in MODX 3: pThumb + Built-in phpThumb Library Options
01.1k.
MODX Revolution предлагает разработчикам мощный инструмент для создания динамических сайтов — шаблонизатор Fenom . Этот современный шаблонизатор пришел
MODX 3
Fetch APIExtras
FetchIt — Submit Forms Without Reloading
0624
FetchIt is a modern, lightweight component for MODX Revolution designed for submitting and processing forms using the native Fetch API. It replaces legacy
MODX 3
FormIt - form processing snippet: customize, validate and submit formsExtras
FormIt – form processing snippet: customize, validate and submit forms
05.7k.
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
0892
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
0775
A named anchor is a link to content in the current resource.
MODX 3
NamespacesFor developers
Namespaces
0752
Namespaces are organizational units for components. They relate lexical strings and packages to each other, and provide MODX Revolution with a primary
MODX 3