Changeset 4587
- Timestamp:
- 06/28/08 10:06:53 (6 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Import/Schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Import/Schema.php
r4576 r4587 71 71 * @var array 72 72 */ 73 protected $_validation = array('root' => array('connection', 73 protected $_validation = array('root' => array('abstract', 74 'connection', 74 75 'className', 75 76 'tableName', … … 278 279 public function parseSchema($schema, $type) 279 280 { 280 $defaults = array('className' => null, 281 $defaults = array('abstract' => false, 282 'className' => null, 281 283 'tableName' => null, 282 284 'connection' => null,