Show
Ignore:
Timestamp:
11/04/06 23:29:49 (2 years ago)
Author:
dominik
Message:

phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/database/AgaviPostgresqlDatabase.class.php

    r1063 r1237  
    1616 
    1717/** 
    18  * AgaviPostgresqlDatabase provides connectivity for the PostgreSQL brand database. 
     18 * AgaviPostgresqlDatabase provides connectivity for the PostgreSQL brand  
     19 * database. 
    1920 * 
    2021 * <b>Optional parameters:</b> 
     
    121122   * Load connection parameters from an existing array. 
    122123   * 
     124   * @param      array  An array containing the connection information. 
     125   * 
    123126   * @return     string A connection string. 
    124127   *