b2evolution

Multilingual multiuser multiblog engine

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

Procedural File: index.php

Source Location: /blogs/install/index.php

Page Details

This is the main install menu

IF YOU ARE READING THIS IN YOUR WEB BROWSER, IT MEANS THAT PHP IS NOT PROPERLY INSTALLED ON YOUR WEB SERVER. IF YOU DON'T KNOW WHAT THIS MEANS, CONTACT YOUR SERVER ADMINISTRATOR OR YOUR HOSTING COMPANY.

b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html

Copyright:  (c)2003-2010 by Francois PLANQUE - http://fplanque.net/
Filesource:  Source Code for this file
Includes
require_once ($inc_path.'_core/_misc.funcs.php') [line 38]
[ Top ]

require_once (dirname(__FILE__).'/../conf/_config.php') [line 19]

include config and default functions:

[ Top ]

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

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

Load modules.

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

[ Top ]

require_once (dirname(__FILE__).'/_functions_install.php') [line 72]
[ Top ]

require_once (dirname(__FILE__).'/_functions_evoupgrade.php') [line 621]
[ Top ]

require_once (dirname(__FILE__).'/_functions_delete.php') [line 647]
[ Top ]

require_once (_upgrade.php) [line 59]
[ Top ]


Constants
EVO_IS_INSTALLING  [line 27]

EVO_IS_INSTALLING = true

Define that we're in the install process.


[ Top ]

EVO_MAIN_INIT  [line 22]

EVO_MAIN_INIT = true

[ Top ]



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