I have said before I am not at one with Fusedocs, but I am finally
picking it up.

I see smart people like Hal use the following for query files:

+++ qryThisContactInfo.cfm
        > contactID: a PRIMARY KEY from Contact table
        < firstName: a STRING 

Now for my question.  Hal likes to cf_include them from within the fuse.  
Some of us like to include the qry_ files within the fuseaction itself. 
I'm assuming I would not use the same notation, since I can't find any
files with a Fusedoc that has something like:

+++ act_ValidateUser.cfm
        > FirstName: a STRING
        > LastName:     a STRING
        > SecurityLevel: an INTEGER

That is, if you don't do the above for anything that's not CFINCLUDED 
inside the fuse being Fusedoc'd, right?   If so, I should use:

++> qry_ThisContactInfo: a query
        > contactID: a PRIMARY KEY from Contact table
        < firstName: a STRING 

Yes?  No?




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to