Doctrine Tips
This article contains Doctrine specific features and functions. These are usually the on demand features or advanced functions.
Defining alternative foreign key


Doctrine supports using other fields than primary key as a foreign field. To allow you to define this situation, you can modify the foreign key in the association or many-to-many wizard. You can even add more fields using the context menu.
Note: This function is enabled/disabled using the specific settings in the configuration files.