initial
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<cfcomponent extends="taffy.core.api">
|
||||
<cfscript>
|
||||
|
||||
this.name = hash(getCurrentTemplatePath());
|
||||
|
||||
variables.framework = {};
|
||||
|
||||
function onApplicationStart(){
|
||||
application.beanFactory = createObject("component", "di1.ioc").init( "/taffy/examples/api_DI1/model" );
|
||||
|
||||
variables.framework.beanFactory = application.beanFactory;
|
||||
|
||||
return super.onApplicationStart();
|
||||
}
|
||||
|
||||
</cfscript>
|
||||
</cfcomponent>
|
||||
Reference in New Issue
Block a user