forked from yr4ik/Simpla-vqmod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
21 lines (18 loc) · 924 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-----------------------------------------
vQmod™ - Virtual File Modification System
-----------------------------------------
ABOUT:
======
* @author Qphoria <qphoria@gmail.com> & Jay Gilford <jay@jaygilford.com>
* @copyright (c) 2010-2016
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @site: http://vqmod.com
"vQmod"(TM) (aka Virtual Quick Mod) is a new innovation in php modification override methods.
Instead of modifying actual files to add custom modifications, source files are parsed
"on-the-fly" before the php include() or require() is called.
The source is cloned to a temp file and modifications are made to that temp file, then
substituted for the real file in the include path.
==========================================================
See website for additional information, usage, and syntax:
http://vqmod.com
==========================================================