Changes between Version 4 and Version 5 of QuickStart/4:HandlingaForm

Show
Ignore:
Timestamp:
08/05/09 16:08:02 (17 years ago)
Author:
anonymous (IP: 87.114.129.9)
Comment:

trying this example on CF9 - the trace() function threw an error.

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/4:HandlingaForm

    v4 v5  
    4949 
    5050Still nothing? There's one last piece to the puzzle: write a !TranslatePhrase function in the Controller that asks our Model to translate a phrase! That's easy enough - just open /translator/controller/Controller.cfc and add the following <cffunction>: 
     51 
     52(Note: for CF9, use addTraceStatement() instead of trace() ) 
    5153 
    5254{{{