Version 1 (modified by csa, 15 years ago)
--

Administrative Guide

This section describes ADEI configuration

ADEI Administrative Pages

  • http:adei/admin/ - Provides information on the cache and display log files
  • http:adei/wiki.php - ADEI WiKi? editor

The data source description

  • title - The data source title
  • reader - The name of the READER class
  • host - The host name or IP address of the data source (database server, etc.)
  • port - The network port of the data source (0 - instructs to use default)
  • user - The user name (if required)
  • password - The password (if required)
  • database - The list (array("db1", "db2")) of databases
  • timeout - The reader access timeout
  • 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.

The following options are specific to the database-based sources

  • driver - The PDO driver used to access the database (mysql, odbc, ...)
    • subdrv - For multi-database drivers, like odbc, specifies the actual driver to be used (FreeTDS, ...)
    • sqldrv - For multi-database drivers, like odbc, specifies the SQL dialect to be used (mssql, ...)