Hi all, I'm wondering if anyone's come up with a method to identify queries generated inside template logic?
I'm reviewing a site already written in symfony/propel, and there's quite a few places where queries are done in templates - either directly by calls to Peer methods, or indirectly, via accessing un-joined objects (like $obj->getSomething()->getName() generating a query to load 'something'). Any ideas? Thanks, Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
