I have the following in a partial
<?php echo object_select_tag('staff_id', 'getStaff', array (
'related_class' => 'Contact',
'peer_method' => 'getStaff',
'control_name' => 'staff_id',
'include_custom' => 'By',
'include_blank' => false,
)); ?>in examining my log files, I've realized that there is an sql for every tsime this is called. is there a better way? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
