|
Okay, Mike, this is right at the heart of
Fusebox...
A Fusebox application has any number of "public" functions. These are the kinds of things that people want to do with the application: display a form, show a report, edit some data, read an article. We call these "Fuseactions", and when you call a Fusebox app, you ask for a specific Fuseaction, ie you tell it what you want it to do. Now, in order to perform the functions that users want it to perform, the Fusebox application probably needs to perform some smaller tasks that mean nothing to the user. These "private" tasks (hidden from the user), are called "Fuses". For example, to Show_A_Report, the application may first need to get some data from a database, then perform some calculations on that data, then display that data in a nicely formatted table. Each of these three small (ie "low-level" tasks) would probably become a Fuse. The piece of code that implements the Show_A_Report Fuseaction would use <cfinclude> to call each of these Fuses in turn, in order to perform the high-level task that the user has requested. Is that helping any? Have fun, ----- Original Message -----
==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================ |
- CFMODULE vs CFINCLUDE Mike
- Re: CFMODULE vs CFINCLUDE Lee Borkman
- Re: CFMODULE vs CFINCLUDE Mike
- RE: CFMODULE vs CFINCLUDE hal helms
- Re: CFMODULE vs CFINCLUDE Mike
- RE: CFMODULE vs CFINCLUDE Xavi
- Re: CFMODULE vs CFINCLUDE Lee Borkman
- Re: CFMODULE vs CFINCLUDE John Quarto-vonTivadar
- RE: CFMODULE vs CFINCLUDE hal helms
- Re: CFMODULE vs CFINCLUDE Lee Borkman
- Re: CFMODULE vs CFINCLUDE Evan Wilders
- Re: CFMODULE vs CFINCLUDE Lee Borkman
