관리-도구
편집 파일: config.admin.zcObserverLogWriterTextfile.php
<?php /** * @package plugins * @copyright Copyright 2003-2014 Zen Cart Development Team * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version GIT: $Id: Author: DrByte Jun 30 2014 New in v1.5.4 $ * * Designed for v1.5.4+ * Loadpoint 1 is to simply load this file * Loadpoint 40 is for instantiating the observer class after dependencies are loaded * */ // To enable this module, uncomment all the following lines: // // $autoLoadConfig[1][] = array('autoType'=>'class', // 'loadFile'=>'class.admin.zcObserverLogWriterTextfile.php', // 'classPath'=>DIR_WS_CLASSES); // $autoLoadConfig[65][] = array('autoType'=>'classInstantiate', // 'className'=>'zcObserverLogWriterTextfile', // 'objectName'=>'zcObserverLogWriterTextfile');