WIKINDX API trunk

CONSTANTS_CONFIG_DEFAULT.php

WIKINDX : Bibliographic Management system.

Tags
see
https://wikindx.sourceforge.io/

The WIKINDX SourceForge project

author

The WIKINDX Team

license

https://www.isc.org/licenses/ ISC License

Table of Contents

Constants

WIKINDX_DB_DEFAULT  : mixed = 'wikindx'
Default name of the MariaDB/MySQL database (case-sensitive)
WIKINDX_DB_HOST_DEFAULT  : mixed = 'localhost'
Default name of the MariaDB/MySQL host server (case-insensitive)
WIKINDX_DB_PASSWORD_DEFAULT  : mixed = 'wikindx'
Default password of the user required to connect to and open the database (case-sensitive)
WIKINDX_DB_USER_DEFAULT  : mixed = 'wikindx'
Default username required to connect to and open the database (case-sensitive)
WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT  : mixed = 60
Default max execution time of a script/page (in seconds, or FALSE)
WIKINDX_MEMORY_LIMIT_DEFAULT  : mixed = '1G'
Default custom value for PHP memory_limit option (interger, string, or FALSE)
WIKINDX_PATH_AUTO_DETECTION_DEFAULT  : mixed = \TRUE
Default value of path auto detection feature (for Virtual Host Apache config)
WIKINDX_URL_BASE_DEFAULT  : mixed = ""
Default base URL of WIKINDX

Constants

WIKINDX_DB_HOST_DEFAULT

Default name of the MariaDB/MySQL host server (case-insensitive)

public mixed WIKINDX_DB_HOST_DEFAULT = 'localhost'
Tags
global

string WIKINDX_DB_HOST_DEFAULT

WIKINDX_DB_PASSWORD_DEFAULT

Default password of the user required to connect to and open the database (case-sensitive)

public mixed WIKINDX_DB_PASSWORD_DEFAULT = 'wikindx'
Tags
global

string WIKINDX_DB_PASSWORD_DEFAULT

WIKINDX_DB_USER_DEFAULT

Default username required to connect to and open the database (case-sensitive)

public mixed WIKINDX_DB_USER_DEFAULT = 'wikindx'
Tags
global

string WIKINDX_DB_USER_DEFAULT

WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT

Default max execution time of a script/page (in seconds, or FALSE)

public mixed WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT = 60
Tags
global

bool|int WIKINDX_MAX_EXECUTION_TIMEOUT_DEFAULT

WIKINDX_MEMORY_LIMIT_DEFAULT

Default custom value for PHP memory_limit option (interger, string, or FALSE)

public mixed WIKINDX_MEMORY_LIMIT_DEFAULT = '1G'
Tags
global

bool|int WIKINDX_MEMORY_LIMIT_DEFAULT

WIKINDX_PATH_AUTO_DETECTION_DEFAULT

Default value of path auto detection feature (for Virtual Host Apache config)

public mixed WIKINDX_PATH_AUTO_DETECTION_DEFAULT = \TRUE
Tags
global

bool WIKINDX_PATH_AUTO_DETECTION_DEFAULT

WIKINDX_URL_BASE_DEFAULT

Default base URL of WIKINDX

public mixed WIKINDX_URL_BASE_DEFAULT = ""
Tags
global

string WIKINDX_URL_BASE_DEFAULT


        
On this page

Search results