Changeset 8936
- Timestamp:
- 05/14/08 03:46:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/trunk/lib/generator/sfDoctrineFormGenerator.class.php
r8919 r8936 293 293 public function isColumnForeignKey($name) 294 294 { 295 if ($this->isColumnPrimaryKey($name)) 296 { 297 return false; 298 } 299 295 300 foreach ($this->table->getRelations() as $relation) 296 301 {