Doctrine Tips


This article contains Doctrine specific features and functions. These are usually the on demand features or advanced functions.

Defining alternative foreign key

Modifying foreign key, inverse field, for Doctrine association
Adding more fields to foreign key for Doctrine association

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.