|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol_database |
Variables | |
| $string ['dbencoding'] = 'Database encoding' | |
| $string ['dbhost'] = 'Database host' | |
| $string ['dbhost_desc'] = 'Type database server IP address or host name' | |
| $string ['dbname'] = 'Database name' | |
| $string ['dbpass'] = 'Database password' | |
| $string ['dbsetupsql'] = 'Database setup command' | |
| $string ['dbsetupsql_desc'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>' | |
| $string ['dbsybasequoting'] = 'Use sybase quotes' | |
| $string ['dbsybasequoting_desc'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!' | |
| $string ['dbtype'] = 'Database driver' | |
| $string ['dbtype_desc'] = 'ADOdb database driver name, type of the external database engine.' | |
| $string ['dbuser'] = 'Database user' | |
| $string ['debugdb'] = 'Debug ADOdb' | |
| $string ['debugdb_desc'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites!' | |
| $string ['defaultcategory'] = 'Default new course category' | |
| $string ['defaultcategory_desc'] = 'The default category for auto-created courses. Used when no new category id specified or not found.' | |
| $string ['defaultrole'] = 'Default role' | |
| $string ['defaultrole_desc'] = 'The role that will be assigned by default if no other role is specified in external table.' | |
| $string ['ignorehiddencourses'] = 'Ignore hidden courses' | |
| $string ['ignorehiddencourses_desc'] = 'If enabled users will not be enrolled on courses that are set to be unavailable to students.' | |
| $string ['localcoursefield'] = 'Local course field' | |
| $string ['localrolefield'] = 'Local role field' | |
| $string ['localuserfield'] = 'Local user field' | |
| $string ['newcoursetable'] = 'Remote new courses table' | |
| $string ['newcoursetable_desc'] = 'Specify of the name of the table that contains list of courses that should be created automatically. Empty means no courses are created.' | |
| $string ['newcoursecategory'] = 'New course category id field' | |
| $string ['newcoursefullname'] = 'New course full name field' | |
| $string ['newcourseidnumber'] = 'New course ID number field' | |
| $string ['newcourseshortname'] = 'New course short name field' | |
| $string ['pluginname'] = 'External database' | |
| $string ['pluginname_desc'] = 'You can use an external database (of nearly any kind) to control your enrolments. It is assumed your external database contains at least a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.' | |
| $string ['remotecoursefield'] = 'Remote course field' | |
| $string ['remotecoursefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the course table.' | |
| $string ['remoteenroltable'] = 'Remote user enrolment table' | |
| $string ['remoteenroltable_desc'] = 'Specify the name of the table that contains list of user enrolments. Empty means no user enrolment sync.' | |
| $string ['remoterolefield'] = 'Remote role field' | |
| $string ['remoterolefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the roles table.' | |
| $string ['remoteuserfield'] = 'Remote user field' | |
| $string ['settingsheaderdb'] = 'External database connection' | |
| $string ['settingsheaderlocal'] = 'Local field mapping' | |
| $string ['settingsheaderremote'] = 'Remote enrolment sync' | |
| $string ['settingsheadernewcourses'] = 'Creation of new courses' | |
| $string ['remoteuserfield_desc'] = 'The name of the field in the remote table that we are using to match entries in the user table.' | |
| $string ['templatecourse'] = 'New course template' | |
| $string ['templatecourse_desc'] = 'Optional: auto-created courses can copy their settings from a template course. Type here the shortname of the template course.' | |
| $string['dbencoding'] = 'Database encoding' |
Definition at line 26 of file enrol_database.php.
| $string['dbhost'] = 'Database host' |
Definition at line 27 of file enrol_database.php.
| $string['dbhost_desc'] = 'Type database server IP address or host name' |
Definition at line 28 of file enrol_database.php.
Definition at line 29 of file enrol_database.php.
| $string['dbpass'] = 'Database password' |
Definition at line 30 of file enrol_database.php.
| $string['dbsetupsql'] = 'Database setup command' |
Definition at line 31 of file enrol_database.php.
| $string['dbsetupsql_desc'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>' |
Definition at line 32 of file enrol_database.php.
| $string['dbsybasequoting'] = 'Use sybase quotes' |
Definition at line 33 of file enrol_database.php.
| $string['dbsybasequoting_desc'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!' |
Definition at line 34 of file enrol_database.php.
| $string['dbtype'] = 'Database driver' |
Definition at line 35 of file enrol_database.php.
Definition at line 36 of file enrol_database.php.
Definition at line 37 of file enrol_database.php.
| $string['debugdb'] = 'Debug ADOdb' |
Definition at line 38 of file enrol_database.php.
| $string['debugdb_desc'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites!' |
Definition at line 39 of file enrol_database.php.
Definition at line 40 of file enrol_database.php.
| $string['defaultcategory_desc'] = 'The default category for auto-created courses. Used when no new category id specified or not found.' |
Definition at line 41 of file enrol_database.php.
| $string['defaultrole'] = 'Default role' |
Definition at line 42 of file enrol_database.php.
| $string['defaultrole_desc'] = 'The role that will be assigned by default if no other role is specified in external table.' |
Definition at line 43 of file enrol_database.php.
| $string['ignorehiddencourses'] = 'Ignore hidden courses' |
Definition at line 44 of file enrol_database.php.
| $string['ignorehiddencourses_desc'] = 'If enabled users will not be enrolled on courses that are set to be unavailable to students.' |
Definition at line 45 of file enrol_database.php.
| $string['localcoursefield'] = 'Local course field' |
Definition at line 46 of file enrol_database.php.
| $string['localrolefield'] = 'Local role field' |
Definition at line 47 of file enrol_database.php.
| $string['localuserfield'] = 'Local user field' |
Definition at line 48 of file enrol_database.php.
| $string['newcoursetable'] = 'Remote new courses table' |
Definition at line 49 of file enrol_database.php.
| $string['newcoursetable_desc'] = 'Specify of the name of the table that contains list of courses that should be created automatically. Empty means no courses are created.' |
Definition at line 50 of file enrol_database.php.
Definition at line 51 of file enrol_database.php.
Definition at line 52 of file enrol_database.php.
| $string['newcourseidnumber'] = 'New course ID number field' |
Definition at line 53 of file enrol_database.php.
Definition at line 54 of file enrol_database.php.
| $string['pluginname'] = 'External database' |
Definition at line 55 of file enrol_database.php.
| $string['pluginname_desc'] = 'You can use an external database (of nearly any kind) to control your enrolments. It is assumed your external database contains at least a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.' |
Definition at line 56 of file enrol_database.php.
| $string['remotecoursefield'] = 'Remote course field' |
Definition at line 57 of file enrol_database.php.
| $string['remotecoursefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the course table.' |
Definition at line 58 of file enrol_database.php.
Definition at line 59 of file enrol_database.php.
| $string['remoteenroltable_desc'] = 'Specify the name of the table that contains list of user enrolments. Empty means no user enrolment sync.' |
Definition at line 60 of file enrol_database.php.
| $string['remoterolefield'] = 'Remote role field' |
Definition at line 61 of file enrol_database.php.
| $string['remoterolefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the roles table.' |
Definition at line 62 of file enrol_database.php.
| $string['remoteuserfield'] = 'Remote user field' |
Definition at line 63 of file enrol_database.php.
| $string['settingsheaderdb'] = 'External database connection' |
Definition at line 64 of file enrol_database.php.
| $string['settingsheaderlocal'] = 'Local field mapping' |
Definition at line 65 of file enrol_database.php.
| $string['settingsheaderremote'] = 'Remote enrolment sync' |
Definition at line 66 of file enrol_database.php.
| $string['settingsheadernewcourses'] = 'Creation of new courses' |
Definition at line 67 of file enrol_database.php.
| $string['remoteuserfield_desc'] = 'The name of the field in the remote table that we are using to match entries in the user table.' |
Definition at line 68 of file enrol_database.php.
Definition at line 69 of file enrol_database.php.
| $string['templatecourse_desc'] = 'Optional: auto-created courses can copy their settings from a template course. Type here the shortname of the template course.' |
Definition at line 70 of file enrol_database.php.