Title
Permalink
Innhold
Old | New |
---|
| | 1 | # vMod by LiteCart |
---|
1 | | 2 | |
---|
| | 3 | vMod is a virtual modification technology specially developed for |
---|
| | 4 | LiteCart. The work is inspired by |
---|
| | 5 | [vQmod](how_to_create_a_vqmod) originally created by Qphoria. |
---|
| | 6 | |
---|
| | 7 | vMod focuses on simplicity and being lightweight, but also introduces |
---|
| | 8 | features previously not seen in vQmod. Some of the noteworthy |
---|
| | 9 | differences 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) |
---|
Edited by litecart on 29 des. 2023 at 04:28