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

    r1063 r1237  
    1616 
    1717/** 
    18  * AgaviDatabaseManager allows you to setup your database connectivity before the 
    19  * request is handled. This eliminates the need for a filter to manage database 
    20  * connections. 
     18 * AgaviDatabaseManager allows you to setup your database connectivity before  
     19 * the request is handled. This eliminates the need for a filter to manage  
     20 * database connections. 
    2121 * 
    2222 * @package    agavi 
     
    8181   * Initialize this DatabaseManager. 
    8282   * 
     83   * @param      AgaviContext An AgaviContext instance. 
     84   * @param      array        An array of initialization parameters. 
     85   * 
    8386   * @throws     <b>AgaviInitializationException</b> If an error occurs while 
    8487   *                                                 initializing this  
     
    100103   * Execute the shutdown procedure. 
    101104   * 
    102    * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting  
     105   * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting 
    103106   *                                           down this DatabaseManager. 
    104107   *