com-tecnick-tcexam-shared-cfg
[ class tree: com-tecnick-tcexam-shared-cfg ] [ index: com-tecnick-tcexam-shared-cfg ] [ all elements ]

Procedural File: tce_db_config.php

Source Location: /shared/config/tce_db_config.php



Page Details:

Database congiguration file.



Tags:

author:  Nicola Asuni
copyright:  Copyright © 2004-2009, Nicola Asuni - Tecnick.com S.r.l. - ITALY - www.tecnick.com - info@tecnick.com
link:  www.tecnick.com
since:  2001-09-02
license:  GNU Affero General Public License







K_DATABASE_HOST [line 60]

K_DATABASE_HOST = ''
database Host name (eg: localhost)


[ Top ]



K_DATABASE_NAME [line 70]

K_DATABASE_NAME = ''
database name (TCExam)


[ Top ]



K_DATABASE_PORT [line 65]

K_DATABASE_PORT = ''
database port (eg: 3306, 5432, 1521)


[ Top ]



K_DATABASE_TYPE [line 55]

K_DATABASE_TYPE = ''
database type (MYSQL, POSTGRESQL, ORACLE)


[ Top ]



K_DATABASE_USER_NAME [line 75]

K_DATABASE_USER_NAME = ''
database user name


[ Top ]



K_DATABASE_USER_PASSWORD [line 80]

K_DATABASE_USER_PASSWORD = ''
database user password


[ Top ]



K_TABLE_ANSWERS [line 119]

K_TABLE_ANSWERS = K_TABLE_PREFIX.'answers'
This table contains all answers relative to a specific questions.


[ Top ]



K_TABLE_GROUPS [line 154]

K_TABLE_GROUPS = K_TABLE_PREFIX.'user_groups'
This table contains users' groups. Each user belongs to one of the groups defined in this table.


[ Top ]



K_TABLE_LOG_ANSWER [line 149]

K_TABLE_LOG_ANSWER = K_TABLE_PREFIX.'tests_logs_answers'
This table contains the list of the selected alternative answers for each multiple-choice question.


[ Top ]



K_TABLE_MODULES [line 104]

K_TABLE_MODULES = K_TABLE_PREFIX.'modules'
Table for modules. A module is a container for subjects.


[ Top ]



K_TABLE_PREFIX [line 85]

K_TABLE_PREFIX = 'tce_'
prefix for database tables names


[ Top ]



K_TABLE_QUESTIONS [line 114]

K_TABLE_QUESTIONS = K_TABLE_PREFIX.'questions'
This table contains all questions relative to specific subjects.


[ Top ]



K_TABLE_SESSIONS [line 94]

K_TABLE_SESSIONS = K_TABLE_PREFIX.'sessions'
This table stores information about users' Web sessions.


[ Top ]



K_TABLE_SUBJECTS [line 109]

K_TABLE_SUBJECTS = K_TABLE_PREFIX.'subjects'
This table contains all tests subjects (topics, branch of studies).


[ Top ]



K_TABLE_SUBJECT_SET [line 139]

K_TABLE_SUBJECT_SET = K_TABLE_PREFIX.'test_subjects'
This table contains all tests subjects (topics, branch of studies).


[ Top ]



K_TABLE_TESTS [line 124]

K_TABLE_TESTS = K_TABLE_PREFIX.'tests'
This table contains all tests data.


[ Top ]



K_TABLE_TESTS_LOGS [line 144]

K_TABLE_TESTS_LOGS = K_TABLE_PREFIX.'tests_logs'
This table contains all questions and user answers relative to a specific test for a specific user.


[ Top ]



K_TABLE_TEST_GROUPS [line 164]

K_TABLE_TEST_GROUPS = K_TABLE_PREFIX.'testgroups'
This table contains the list of groups enabled for a selected test.


[ Top ]



K_TABLE_TEST_SUBJSET [line 134]

K_TABLE_TEST_SUBJSET = K_TABLE_PREFIX.'test_subject_set'
This table lists the type and quantity of the questions associated to each set of subjects selected for a particular test.


[ Top ]



K_TABLE_TEST_USER [line 129]

K_TABLE_TEST_USER = K_TABLE_PREFIX.'tests_users'
This table contains the list of tests generated for each user.


[ Top ]



K_TABLE_USERGROUP [line 159]

K_TABLE_USERGROUP = K_TABLE_PREFIX.'usrgroups'
This table contains the list of groups to whom each user belongs.


[ Top ]



K_TABLE_USERS [line 99]

K_TABLE_USERS = K_TABLE_PREFIX.'users'
This table contains all registered users' data, including system administrators and a special 'anonymous' user.


[ Top ]




Documentation generated on Mon, 06 Dec 2010 12:03:04 +0100 by phpDocumentor 1.4.3