MCMS
[ class tree: MCMS ] [ index: MCMS ] [ all elements ]

Source for file config.php

Documentation is available at config.php

  1. <?php
  2. /*
  3.  * Per configurare il vostro database, tutto ciņ che dovete fare č cambiare
  4.  * la stringa riportata qui sotto.
  5.  * La sintassi č
  6.  * tipoDatabase://userName:password@indirizzo/nomeDatabase
  7.  * dove tipoDatabase puņ essere:
  8.  * dbase  -> dBase
  9.  * fbsql  -> FrontBase
  10.  * ibase  -> InterBase
  11.  
  12.  * dbase  -> dBase
  13.  * fbsql  -> FrontBase
  14.  * ibase  -> InterBase
  15.  * ifx    -> Informix
  16.  * msql   -> Mini SQL
  17.  * mssql  -> Microsoft SQL Server
  18.  * mysql  -> MySQL (for MySQL <= 4.0)
  19.  * mysqli -> MySQL (for MySQL >= 4.1) (requires PHP 5) (since DB 1.6.3)
  20.  * oci8   -> Oracle 7/8/9
  21.  * odbc   -> ODBC (Open Database Connectivity)
  22.  * pgsql  -> PostgreSQL
  23.  * sqlite -> SQLite
  24.  * sybase -> Sybase
  25.  *
  26.  * Nome utente e password possono essere vuoti (anche se ciņ č CALDAMENTE sconsigliato per i
  27.  * siti aperti a Internet) e l'indirizzo puņ essere localhost.
  28.  * nomeDatabase č il nome del database dove verranno mantenuti tutti i dati di MCMS.
  29.  * ESEMPIO:
  30.  * $dsn = "mysql://silvio:12345@localhost/MCMS"
  31.  */
  32.  
  33.  
  34. //MODIFICARE QUESTA STRINGA SOLTANTO!!!
  35. $dsn "mysql://root:@localhost/mcms"
  36.  
  37. ?>

Documentation generated on Wed, 26 Jul 2006 21:44:52 +0200 by phpDocumentor 1.3.0RC6