Procedural File: _functions_install.php
Source Location: /blogs/install/_functions_install.php
Page Details
This file implements support functions for the installer
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Copyright: | (c)2003-2008 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
Functions
cleanup_comment_quotes [line 78]
create_default_settings [line 130]
|
Insert default settings into T_settings.
It only writes those to DB, that get overridden (passed as array), or have no default in _generalsettings.class.php / GeneralSettings::default.
Parameters:| array | $override: | associative array (settings name => value to use), allows overriding of defaults |
[ Top ]
create_relations [line 378]
|
Create relations
Information Tags:
| Todo: | NOT UP TO DATE AT ALL :( -- update field names before activating this |
[ Top ]
db_col_exists [line 61]
|
| $table: | ||
| $col_name: |
API Tags:
| Return: | Does a given column name exist in DB? |
[ Top ]
install_basic_plugins [line 238]
|
Install basic plugins.
This gets called separately on fresh installs.
Parameters:| integer | $old_db_version: | Old DB version, so that only new plugins gets installed |
[ Top ]
install_validate_requirements [line 113]
|
Validate install requirements.
API Tags:
| Return: | List of errors, empty array if ok. |
[ Top ]
task_begin [line 17]
|
This will offer other display methods in the future
Parameters:| $title: |
[ Top ]
