| Array |
| 1 | | Struct | | codePrintHTML | | string | 151: application.qMenu = application.com.section.getMenu( aStatusId = '1', aVisibleOnly = true);<br>
152: application.qNews = application.com.page.getQuickLink( aParentSectionID = application.newsSectionId, aOrderBy = 'page_created_date' , aOrderDir = 'DESC', aMaxRows = 5);<br>
<b>153: application.qSignupSources = application.com.members.getSignupSources();</b><br>
154: /* Setup weather if required */<br>
155: if( StructKeyExists(application.stConfig,"weather_enabled") AND application.stConfig.weather_enabled ) {<br>
|
| | codePrintPlain | | string | 151: application.qMenu = application.com.section.getMenu( aStatusId = '1', aVisibleOnly = true);
152: application.qNews = application.com.page.getQuickLink( aParentSectionID = application.newsSectionId, aOrderBy = 'page_created_date' , aOrderDir = 'DESC', aMaxRows = 5);
153: application.qSignupSources = application.com.members.getSignupSources();
154: /* Setup weather if required */
155: if( StructKeyExists(application.stConfig,"weather_enabled") AND application.stConfig.weather_enabled ) {
|
| | column | | | id | | | line | | | Raw_Trace | | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:153) |
| | template | | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 16: application.blogSectionId = 583;<br>
17: application.newsSectionId = 0;<br>
<b>18: super.setupApplication();</b><br>
19: </cfscript><br>
20: </cffunction><br>
|
| | codePrintPlain | | string | 16: application.blogSectionId = 583;
17: application.newsSectionId = 0;
18: super.setupApplication();
19: </cfscript>
20: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:18) |
| | template | | string | C:\wamp\www\n-smith.com\www\www\application.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 1078: <br>
1079: <!--- this will recreate the main bean factory on a reload: ---><br>
<b>1080: <cfset setupApplication() /></b><br>
1081: <br>
1082: <cfif isReload><br>
|
| | codePrintPlain | | string | 1078:
1079: <!--- this will recreate the main bean factory on a reload: --->
1080: <cfset setupApplication() />
1081:
1082: <cfif isReload>
|
| | column | | | id | | | line | | | Raw_Trace | | string | corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:1080) |
| | template | | string | C:\wamp\www\org\corfield\framework.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 573: <br>
574: if ( not isFrameworkInitialized() or isFrameworkReloadRequest() ) {<br>
<b>575: setupApplicationWrapper();</b><br>
576: }<br>
577: <br>
|
| | codePrintPlain | | string | 573:
574: if ( not isFrameworkInitialized() or isFrameworkReloadRequest() ) {
575: setupApplicationWrapper();
576: }
577:
|
| | column | | | id | | | line | | | Raw_Trace | | string | corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:575) |
| | template | | string | C:\wamp\www\org\corfield\framework.cfc |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 162: <cfargument name="targetPath" /><br>
163: <cfscript><br>
<b>164: super.onRequestStart( arguments.targetPath );</b><br>
165: if(NOT IsDefined('application.com')) {<br>
166: setupApplication();<br>
|
| | codePrintPlain | | string | 162: <cfargument name="targetPath" />
163: <cfscript>
164: super.onRequestStart( arguments.targetPath );
165: if(NOT IsDefined('application.com')) {
166: setupApplication();
|
| | column | | | id | | | line | | | Raw_Trace | | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) |
| | template | | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| | type | |
|