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/AgaviCreoleDatabase.class.php

    r1063 r1237  
    3939 * # <b>compat_assoc_lower</b> - [Off] - Always lowercase the indexes of assoc  
    4040 *                                      arrays 
    41  * # <b>compat_rtrim_string</b> - [Off] - Trim whitepace from end of string column  
    42  *                                        types 
     41 * # <b>compat_rtrim_string</b> - [Off] - Trim whitepace from end of string  
     42 *                                        column types 
    4343 * # <b>password</b>       - [none]   - The database password. 
    4444 * # <b>persistent</b>     - [No]     - Indicates that the connection should 
     
    158158   * Load a DSN connection string from an existing array. 
    159159   * 
     160   * @param      array  An array containing the connection information. 
     161   * 
    160162   * @return     array An associative array of connection parameters. 
    161163   * 
     
    192194   * Execute the shutdown procedure. 
    193195   * 
    194    * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting  
     196   * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting 
    195197   *                                           down this database. 
    196198   *