| The issue is the where and how the queries are being done. I don't | understand why MachII is loading the queries into the request scope. I
In the MVC separation of the model/business logic and the views, the prefered means of transfering data used to be the request scope. i.e. a listener would call helper objects and put a object/query/simplevar in the request scope, for views to dress up nicely. In what piece of the code do you see this by the way? Listeners and the model shouldn't touch the request scope... (and preferably not plugins or filters either) /Hugo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239028 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

