Changeset 4879 for trunk/lib/Doctrine

Show
Ignore:
Timestamp:
09/07/08 17:36:17 (4 months ago)
Author:
romanb
Message:

Reverted deletion of old Manager.php. Still needed for new tests.

Location:
trunk/lib/Doctrine
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Connection.php

    r4878 r4879  
    9090     
    9191    /** 
    92      * Name of the connection 
    93      * 
    94      * @var string $_name 
    95      */ 
    96     protected $_name; 
    97      
    98     /** 
    9992     * The name of this connection driver. 
    10093     * 
     
    157150     * The transaction object. 
    158151     * 
    159      * @var Doctrine::DBAL::Transactions::Transaction 
     152     * @var Doctrine::DBAL::Transaction 
    160153     */ 
    161154    protected $_transaction; 
  • trunk/lib/Doctrine/Schema/MySqlSchemaManger.php

    r4866 r4879  
    4242                            );*/ 
    4343     
    44     public function __construct(Doctrine_Connection_MySql $conn) 
     44    public function __construct(Doctrine_Connection $conn) 
    4545    { 
    4646        $this->_conn = $conn;