Namespaces | Enumerations | Variables

cms/config.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  pragyan
 

Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom.


Enumerations

enum  MYSQL_SERVER
enum  MYSQL_USERNAME
enum  MYSQL_PASSWORD
enum  MYSQL_DATABASE
enum  MYSQL_DATABASE_PREFIX
enum  ADMIN_USERID
enum  LANGUAGE
enum  MAILPATH

Variables

 $error_level = 0
 $authmethods ['imap']['status'] = false
 $authmethods ['imap']['server_address'] = ""
 $authmethods ['imap']['port'] = ""
 $authmethods ['imap']['user_domain'] = ""
 $authmethods ['ldap']['status'] = false
 $authmethods ['ldap']['server_address'] = ""
 $authmethods ['ldap']['search_group'] = ""
 $authmethods ['ldap']['user_domain'] = ""
 $authmethods ['ads']['status'] = false
 $authmethods ['ads']['server_address'] = ""
 $authmethods ['ads']['network_name'] = ""
 $authmethods ['ads']['user_domain'] = ""

Enumeration Type Documentation

Definition at line 27 of file config.inc.php.

enum LANGUAGE

Definition at line 52 of file config.inc.php.

enum MAILPATH

Definition at line 56 of file config.inc.php.

Definition at line 20 of file config.inc.php.

Definition at line 24 of file config.inc.php.

Definition at line 17 of file config.inc.php.

Definition at line 11 of file config.inc.php.

Definition at line 14 of file config.inc.php.


Variable Documentation

$authmethods['imap']['status'] = false

Definition at line 63 of file config.inc.php.

$authmethods['ads']['user_domain'] = ""

Definition at line 76 of file config.inc.php.

$authmethods['ads']['network_name'] = ""

Definition at line 75 of file config.inc.php.

$authmethods['ads']['server_address'] = ""

Definition at line 74 of file config.inc.php.

$authmethods['ads']['status'] = false

Definition at line 73 of file config.inc.php.

$authmethods['ldap']['user_domain'] = ""

Definition at line 71 of file config.inc.php.

$authmethods['imap']['port'] = ""

Definition at line 65 of file config.inc.php.

$authmethods['ldap']['server_address'] = ""

Definition at line 69 of file config.inc.php.

$authmethods['ldap']['status'] = false

Definition at line 68 of file config.inc.php.

$authmethods['imap']['user_domain'] = ""

Definition at line 66 of file config.inc.php.

$authmethods['ldap']['search_group'] = ""

Definition at line 70 of file config.inc.php.

$authmethods['imap']['server_address'] = ""

Definition at line 64 of file config.inc.php.

$error_level = 0

Error reporting level - 0 - Turn off all error reporting 1 - Report simple running errors 2 - Reporting E_NOTICE can be good too (to report uninitialized variables or catch variable name misspellings ...) 3 - Report all errors except E_NOTICE, This is the default value set in php.ini 4 - Report all PHP errors (bitwise 63 may be used in PHP 3) 5 - Report all PHP errors (bitwise 63 may be used in PHP 3) + Pragyan CMS Debugging Mode

Definition at line 39 of file config.inc.php.