Array |
1 | Struct | codePrintHTML | string | 142: application.com.redirect = CreateObject("component","com.nsmith.redirect").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );<br>
143: application.com.gallery = CreateObject("component","com.nsmith.galleries").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );<br>
<b>144: application.com.trackback = CreateObject("component","com.nsmith.trackback").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );</b><br>
145: if( NOT IsDefined('application.blogSectionId') ) {<br>
146: application.blogSectionId = 0;<br>
|
| codePrintPlain | string | 142: application.com.redirect = CreateObject("component","com.nsmith.redirect").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );
143: application.com.gallery = CreateObject("component","com.nsmith.galleries").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );
144: application.com.trackback = CreateObject("component","com.nsmith.trackback").init( aDSN = application.stConfig["dsn"], aWebsiteID = application.stConfig["website_id"] );
145: if( NOT IsDefined('application.blogSectionId') ) {
146: application.blogSectionId = 0;
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:144) |
| 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 | |
|