cfc files are ColdFusion Components and are pure CF. They can be
called, but not like a regular .cfm file. You have to invoke (or
instantiate) a cfc first (several ways to do this). Then you can call
the various functions that would be defined by the programmer inside
the CF Component.

Matt

On 11/11/06, Jason T. Slack <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> First let me say that I am thankful for the help you all have
> provided so far. It is helping me hit the ground running and getting
> up to speed as quickly as possible. Thanks!
>
> I have another question:
>
> Extensions. The normal extension is .cfm, but then there are .cfc files.
>
> Are there other extensions than these and what are they used for?
>
> Can I call a .cfc file from an form on Post? What I am trying to due
> is distinguish what parts of my site are pure CF code and what other
> parts are tied to pages that will be displayed to the user. Like
> right now I have my Login method in a .cfm file and i works, but I
> dont want someone coming behind me to get this confused for a page
> that is displayed to the user when it never gets displayed to the
> user. It just decides  if they are allowed to be here or not.
>
> Can I get your thoughts please?
>
> -Jason
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260040
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to