I use this synthax to get a property from dependent table on my view template:
<?php echo $row->findParentRow('Apimail_Model_DbTable_Campagne')->title ?>
It's work but I want to know if it's the good way to do this.
Is it possible to do it more simple like this ?
<?php echo $row->Campagne->title ?> //Where Campagne is my rules in referenceMap