Ahh, thanks Evan.  I've been talking about "functions" of the application, as opposed to functions of ColdFusion.
  • A typical high-level public function of an application might be report-on-the-status-of-a-work-request.
  • A typical low-level private function of an application might be retrieve-data-about-a-work-request-from-the-database-given-its-unique-id.
  • A typical ColdFusion function might be ReReplaceNoCase().  I haven't been talking about these at all.

My apologies if I have caused any confusion.

Thanks
LeeBB

----- Original Message -----

 

I think the confusion occurred because you talked
about different high-level and low-level functions.
You're not referring to functions in the sense of a
function like isDefined(), right? You're using it in a
generic sense?

>
> ----- Original Message -----
>
>   From: Mike
>
>
>   I am still a little confused as to what is a
> higher level and low-level function.
>   
>   BTW your Portal is a great learning tool!
>     ----- Original Message -----
>     From: Lee Borkman
>
>
>
>     Hi Mike,
>     
>     Generally in Fusebox, we have a distinction
> between low-level, private, atomic functions (called
> Fuses) and higher-level, public functions (called
> FuseActions). 
>
>     We use <cfinclude> to call the low-level Fuses,
> and <cfmodule> to call entire high-level
> FuseActions.
>
...
==^================================================================
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
==^================================================================

Reply via email to