Changes between Version 3 and Version 4 of NewFeaturesInMG3

Show
Ignore:
Timestamp:
05/04/09 09:25:01 (17 years ago)
Author:
davidhenry@… (IP: 174.99.26.254)
Comment:

Added Helpers summary

Legend:

Unmodified
Added
Removed
Modified
  • NewFeaturesInMG3

    v3 v4  
    2121 
    2222== [wiki:HowTos/Helpers Helpers] == 
     23You can drop a CFC or CFM in the helpers folder of a Model-Glue application. Once you've done this, any Controller or View can run a method in the CFC or UDF defined in the CFM by using helpers.X.Y, where X is the name of the file and Y is the name of the method. 
    2324 
    2425== [wiki:HowTos/Formats Formats] ==