User Tools

Site Tools


system:config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
system:config [2013/08/21 00:25]
phplist [List variables by category]
system:config [2013/08/21 00:38] (current)
phplist
Line 1: Line 1:
 +====== Config file options ======
 +
 +These are settings for the config file. They determine the system configuration of how phpList works on your system, and once set, cannot be altered in the administrative pages.
 +
 +They are organised by **variables** and **constants**. The choice between variable or constant is historical, but the effects are different. A //constant//, once defined cannot be changed again, even if it is defined again later on. A //variable//, once set, will be overwritten in value when it is set later on. This may be something to be aware of.
 +
 +Constants look like <code>define('SOME_CONSTANT','The Value of the constant');</code>
 +Variables look like <code>$aVariable = 'The value of the variable';</code>
 +
 +[[system:config:all|List all constants and variables]]
 +
 +===== Constants =====
 +
 +[[system:config:constants|List all constants]]
 +
 +==== List constants by category ====
 +
 +---- datacloud ----
 +field: category
 +filter: type=constant
 +page: system/config/constants
 +----
 +
 +
 +===== Variables =====
 +
 +[[system:config:variables|List all variables]]
 +
 +==== List variables by category ====
 +
 +---- datacloud ----
 +field: category
 +filter: type=variable
 +page: system/config/variables
 +----
 +
  
system/config.txt · Last modified: 2013/08/21 00:38 by phplist

Resources
Contact Us

e: info@phplist.com

Boring Bit

phpList is a registered limited company

UK Company No. 07582966

VAT Registration 122 0788 37

© phpList 2016