Vmod

Tytuł

OldNew
11Vmod

Bezpośrednie łącze

OldNew
11vmod

zawartość

OldNew
1# vMod by LiteCart
12
3vMod is a virtual modification technology specially developed for
4LiteCart. The work is inspired by
5[vQmod](how_to_create_a_vqmod) originally created by Qphoria.
6
7vMod focuses on simplicity and being lightweight, but also introduces
8features previously not seen in vQmod. Some of the noteworthy
9differences are:
10
11 * Super optimized and simple. A little over half the footprint of vQmod (16 kb instead of 26kb).
12 * String aliases allow you to define one value for all occurrences in the file.
13 * Configurable with user defined settings
14 * Multi-line matching supported
15 * Allowing line offsets both before AND after.
16 * Cache serializing to JSON instead of PHP serialize() allowing up to 300% faster performance in fetching cache.
17 * Regular expression path aliases
18
19## See Also
20
21* [How To Create a vMod](how_to_create_a_vmod)

Edytowane przez litecart w 29 gru 2023 o 04:28