XBSLOG
[ class tree: XBSLOG ] [ index: XBSLOG ] [ all elements ]

Procedural File: defines.php

Source Location: /include/defines.php



Page Details:

Constant definitions that are programming specific rather than module or language specific



Tags:

copyright:  (c) 2006 Ashley Kitson, Great Britain
author:  Ashley Kitson http://xoobs.net







XBSLOG_DATEFMT [line 82]

XBSLOG_DATEFMT = "D M j G:i:s"
date format string for outputting date info on screen

Constants for xbslog objects



[ Top ]



XBSLOG_DIR [line 26]

XBSLOG_DIR = 'xbs_log'
The XBSLOG module directory name

cannot use dirname as it doesn't nest (i.e not correct if XBSLOG being used from within another module)

  1. define('XBSLOG_DIR', $xoopsModule->dirname());



[ Top ]



XBSLOG_LOG_FILE [line 74]

XBSLOG_LOG_FILE = 'xbs_logger.log'
log filename

Constants for xbslog objects



[ Top ]



XBSLOG_LOG_PATH [line 70]

XBSLOG_LOG_PATH = XOOPS_ROOT_PATH.'/log'
path to log file

Constants for xbslog objects



[ Top ]



XBSLOG_PATH [line 61]

XBSLOG_PATH = XOOPS_ROOT_PATH."/modules/".XBSLOG_DIR
Full file path to XBSLOG directory

Constants for xbslog objects



[ Top ]



XBSLOG_TBL_LOG [line 78]

XBSLOG_TBL_LOG = "xbslog_log"
Log table

Constants for xbslog objects



[ Top ]



XBSLOG_URL [line 65]

XBSLOG_URL = XOOPS_URL."/modules/".XBSLOG_DIR
URL to XBSLOG

Constants for xbslog objects



[ Top ]




getXBSLOGModConfigs [line 39]

array getXBSLOGModConfigs( )

Function: Get the current module's configuration options

Because XBSLOG can be nested inside other modules the $xoopsModuleConfig variable will be pointing to whatever module is currently in scope We therefore need to retrieve the XBSLOG options




Tags:

return:  Module config options
version:  1


[ Top ]



Documentation generated on Wed, 29 Mar 2006 14:01:54 +0100 by phpDocumentor 1.3.0RC3