> From: loathe [mailto:[EMAIL PROTECTED] > So heres another wuestion. You have lets say global queries, > stuff you keep asking for over and over again. Now we had > work arounds to make them available to the entire application > as needed by setting them up in a cfc and calling that > method. So is there a way to tak a <do action=""> whatever > and make it global so I can call it from anywhere.
I would say this depends on your directory structure. Adhering to the MVC pattern with FB4 apps has tremendous benefits. You can also use CFCs with FB4.1 very easily (Order the FB4.1 addon to the original book I sent you a link to). You can also setup a bunch of preprocess fuseactions to run in the fusebox.xml.cfm configuration file.... cache the query results and go to town. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:159129 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
