Changeset 6966
- Timestamp:
- 01/06/08 06:27:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/generator/sfPropelFormGenerator.class.php
r6965 r6966 327 327 if (!$column->isPrimaryKey() && $column->isForeignKey()) 328 328 { 329 $options[] = sprintf('\'choices\' => new sfCallable(array($this, \'get%sIdentifierChoices\'))', $ this->dbMap->getTable($column->getRelatedTableName())->getPhpName());329 $options[] = sprintf('\'choices\' => new sfCallable(array($this, \'get%sIdentifierChoices\'))', $column->getPhpName()); 330 330 } 331 331

