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

    r1063 r1237  
    1515 
    1616/** 
    17  * AgaviPdoDatabase provides connectivity for the PDO database abstraction layer. 
     17 * AgaviPdoDatabase provides connectivity for the PDO database abstraction  
     18 * layer. 
    1819 * 
    1920 * @package    agavi 
     
    3233   * Connect to the database. 
    3334   * 
    34    * @throws     <b>AgaviDatabaseException</b> If a connection could not be created 
     35   * @throws     <b>AgaviDatabaseException</b> If a connection could not be  
     36   *                                           created. 
    3537   * 
    3638   * @author     Daniel Swarbrick (daniel@pressure.net.nz)