I'm struggling with the connection/relation from the main class/table to a related class in symfony 1.4 with doctrine. The relation is
$relatedClass->identifier == 'e'.$mainClass->id;
I know that I could realise it easily without this prefix but I am working with an existing database and existing subcomponent, so I can't change this relation.
Any ideas? Thanks!