|
Revision 867, 0.7 kB
(checked in by lmajano, 6 years ago)
|
|
updates.
|
| Line | |
|---|
| 1 | <cfsetting enablecfoutputonly="true"> |
|---|
| 2 | <!----------------------------------------------------------------------- |
|---|
| 3 | Template : index.cfm |
|---|
| 4 | Author : Luis Majano |
|---|
| 5 | Date : September 15, 2005 |
|---|
| 6 | Description : |
|---|
| 7 | This is the index file of your application. This template just needs |
|---|
| 8 | a cfinclude to the frameworks coldbox file. |
|---|
| 9 | |
|---|
| 10 | Modification History: |
|---|
| 11 | |
|---|
| 12 | -----------------------------------------------------------------------> |
|---|
| 13 | |
|---|
| 14 | <cfinclude template="system/coldbox.cfm"> |
|---|
| 15 | |
|---|
| 16 | <cfdump var="#application.cbcontroller.getConfigSettings()#" label="App Config Settings" expand="false"> |
|---|
| 17 | <cfdump var="#application.cbController.getColdboxOCM().getObjectPool().getPool()#" label="Pool Metadata" expand="false"> |
|---|
| 18 | <cfsetting enablecfoutputonly="false"> |
|---|