Sorcerer's IsleCode QueryParam Scanner / files

 1<cfcomponent output="false" extends="framework">
 2	<cfsetting showdebugoutput=false />
 3
 4	<cfset This.Name = "qpscanner_v0.7.5-dev@#CGI.SERVER_NAME#"/>
 5	<cfset This.SessionManagement = true/>
 6
 7	<cfset Variables.Framework =
 8		{ DefaultSection   = 'start'
 9		, DefaultItem      = 'intro'
10		, ReloadApplicationOnEveryRequest = true
11		}/>
12
13	<cffunction name="setupApplication" output="false">
14
15		<cfset Application.Version = "0.7.5-dev"/>
16
17		<cfset Application.Cfcs =
18			{ Settings = new cfcs.settings( ConfigDirectory : expandPath('./config') )
19			, Scanner  = createObject("component","cfcs.qpscanner")
20			}/>
21	</cffunction>
22
23
24</cfcomponent>