Changeset 4679 for branches/1.0/lib/Doctrine/Import/Schema.php
- Timestamp:
- 07/13/08 00:34:09 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Import/Schema.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Import/Schema.php
r4637 r4679 86 86 'inheritance', 87 87 'detect_relations', 88 'generate_accessors',89 88 'listeners'), 90 89 … … 293 292 'package' => null, 294 293 'inheritance' => array(), 295 'detect_relations' => false, 296 'generate_accessors' => false); 294 'detect_relations' => false); 297 295 298 296 $array = Doctrine_Parser::load($schema, $type); … … 307 305 'package', 308 306 'inheritance', 309 'detect_relations', 310 'generate_accessors'); 307 'detect_relations'); 311 308 312 309 // Loop over and build up all the global values and remove them from the array