Difference between revisions of "App.cfc"

From ADF Docs
Jump to: navigation, search
(Created page with ' == App Component (App.cfc) == All ADF applications must contain the App component (App.cfc). This file is a simple component used as the base object for the ADF application whe…')
 
(No difference)

Latest revision as of 01:13, 30 March 2010

App Component (App.cfc)

All ADF applications must contain the App component (App.cfc).

This file is a simple component used as the base object for the ADF application where all dependencies will be injected. This component extends the AppBase in the ADF Core.