(For example, a product list page has the product summary component as an 'include' inside a loop).

There is overhead of course whenever you do an include. I usually stay away from doing includes in a loop. In such cases I tend to put the code in a library method. But if you don't expect many iterations of the loop, don't worry too much about the overhead.
If I understand you correctly and you are re-including the same "include" each time through the loop, another possible solution would be to do a single "include into" before the loop and use string substitution.

-- Brad Perkins

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to