Hi Steve, > Thanks Daniel - I did think of that, but ideally I'd like to be able > to make a self-contained module out of the box that could be dropped > anywhere if need be. Is the problem with requestAction that it has to > traverse back up the tree to get to the data it needs, leading to > slower load times/stress on the system/etc?
Yes, requestAction is like a second request. If you use it once, it is probably no problem, but it's best if you test it to see whether it has a negative impact on your application. -- Daniel Hofstetter http://cakebaker.42dh.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
