Changeset 4879 for trunk/lib/Doctrine
- Timestamp:
- 09/07/08 17:36:17 (4 months ago)
- Location:
- trunk/lib/Doctrine
- Files:
-
- 1 added
- 2 modified
-
Connection.php (modified) (2 diffs)
-
Manager.php (added)
-
Schema/MySqlSchemaManger.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/Connection.php
r4878 r4879 90 90 91 91 /** 92 * Name of the connection93 *94 * @var string $_name95 */96 protected $_name;97 98 /**99 92 * The name of this connection driver. 100 93 * … … 157 150 * The transaction object. 158 151 * 159 * @var Doctrine::DBAL::Transaction s::Transaction152 * @var Doctrine::DBAL::Transaction 160 153 */ 161 154 protected $_transaction; -
trunk/lib/Doctrine/Schema/MySqlSchemaManger.php
r4866 r4879 42 42 );*/ 43 43 44 public function __construct(Doctrine_Connection _MySql$conn)44 public function __construct(Doctrine_Connection $conn) 45 45 { 46 46 $this->_conn = $conn;