b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Procedural File: _init_base.inc.php

Source Location: /blogs/inc/_init_base.inc.php

Page Details

This file initializes everything BUT the blog!

It is useful when you want to do very customized templates! It is also called by more complete initializers.

This file is part of the evoCore framework - http://evocore.net/ See also http://sourceforge.net/projects/evocms/.

Author:  fplanque: Francois PLANQUE
Author:  mfollett: Matt FOLLETT
Author:  blueyed: Daniel HAHLER
Author:  mbruneau: Marc BRUNEAU / PROGIDISTRI
Version:  $Id: _init_base.inc.php,v 1.3 2010/02/08 17:51:25 efy-yury Exp $
Copyright:  

(c)2003-2010 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2004-2006 by Daniel HAHLER - http://thequod.de/contact. Parts of this file are copyright (c)2005-2006 by PROGIDISTRI - http://progidistri.com/.

Filesource:  Source Code for this file
Includes
require (dirname(__FILE__).'/../skins_adm/conf_error.main.php') [line 106]
[ Top ]

require_once ($inc_path.$module.'/_'.$module.'.init.php') [line 266]

Load modules.

This initializes table name aliases and is required before trying to connect to the DB.

[ Top ]

require_once ($inc_path.'/_core/_misc.funcs.php') [line 89]

Security check for older PHP versions

Contributed by counterpoint / MAMBO team

[ Top ]

require_once ($inc_path.'_core/_class'.floor(PHP_VERSION).'.funcs.php') [line 113]

Class loader.

[ Top ]

require_once ($inc_path.'/_core/_misc.funcs.php') [line 119]

Miscellaneous functions

[ Top ]


Globals
Log|Log_noop   $Debuglog [line 130]

Debug message log for debugging only (initialized here).

Default value:  new Log()

[ Top ]

Log   $Messages [line 144]

Info & error message log for end user (initialized here)

Default value:  new Messages()

[ Top ]

int   $servertimenow [line 72]

Absolute Unix timestamp for server

Default value:  time()

[ Top ]



Documentation generated on Sat, 06 Mar 2010 04:14:01 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).