Changes from Version 1 of adeiAG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
08/26/09 09:46:01 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiAG

    v0 v1  
     1=== Administrative Guide === 
     2 
     3This 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 
     20The 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'', ...)