Changeset 4587

Show
Ignore:
Timestamp:
06/28/08 10:06:53 (6 months ago)
Author:
jwage
Message:

fixes #1040

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Import/Schema.php

    r4576 r4587  
    7171     * @var array 
    7272     */ 
    73     protected $_validation = array('root'       =>  array('connection', 
     73    protected $_validation = array('root'       =>  array('abstract', 
     74                                                          'connection', 
    7475                                                          'className', 
    7576                                                          'tableName', 
     
    278279    public function parseSchema($schema, $type) 
    279280    { 
    280         $defaults = array('className'           =>  null, 
     281        $defaults = array('abstract'            =>  false, 
     282                          'className'           =>  null, 
    281283                          'tableName'           =>  null, 
    282284                          'connection'          =>  null,