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