Шаблонизаторы для MODX 3For developers
Template Engines for MODX 3: Overview, Advantages, and Disadvantages
02.4k.
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
02.5k.
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
01.2k.
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
NamespacesFor developers
Namespaces
01.1k.
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
01.5k.
Overview Internationalization, or i18n, is the process of extrapolating text strings in a document into individual languages, so that the document can
MODX 3
Package managerFor developers
Package manager
01.8k.
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
Customizable TVFor developers
Custom TV (template variables)
01.6k.
What are Custom TV Template Variables? MODX Revolution allows you to create your own custom TV input types (similar to already available types like textbox, radio, textarea, richtext, etc.
MODX 3
Transport packagesFor developers
Transport packages
01.9k.
What is a Transport Package? A Transport Package (hereafter TP) is a set of objects and files that can be used to “transport”
MODX 3