| | 1 | === Administrative Guide === |
|---|
| | 2 | |
|---|
| | 3 | This section describes ADEI configuration |
|---|
| | 4 | |
|---|
| | 5 | == ADEI Administrative Pages == |
|---|
| | 6 | * ''!http:adei/admin/'' - Provides information on the cache and display log files |
|---|
| | 7 | * ''!http:adei/wiki.php'' - ADEI WiKi editor |
|---|
| | 8 | |
|---|
| | 9 | == The data source description == |
|---|
| | 10 | * ''title'' - The data source title |
|---|
| | 11 | * ''reader'' - The name of the [wiki:adeiClassREADER READER] class |
|---|
| | 12 | * ''host'' - The host name or IP address of the data source (database server, etc.) |
|---|
| | 13 | * ''port'' - The network port of the data source (0 - instructs to use default) |
|---|
| | 14 | * ''user'' - The user name (if required) |
|---|
| | 15 | * ''password'' - The password (if required) |
|---|
| | 16 | * ''database'' - The list (array("db1", "db2")) of databases |
|---|
| | 17 | * ''timeout'' - The reader access timeout |
|---|
| | 18 | * ''ping'' - The flag instructs ADEI to ping the server before actually trying access it. If the ping is not answered within specified timeout, the data source considered unavailable. |
|---|
| | 19 | |
|---|
| | 20 | The following options are specific to the database-based sources |
|---|
| | 21 | * ''driver'' - The PDO driver used to access the database (''mysql'', ''odbc'', ...) |
|---|
| | 22 | * ''subdrv'' - For multi-database drivers, like odbc, specifies the actual driver to be used (''FreeTDS'', ...) |
|---|
| | 23 | * ''sqldrv'' - For multi-database drivers, like odbc, specifies the SQL dialect to be used (''mssql'', ...) |