[FLOW3-general] How to Add Code to the Bootstrap
marc neuhaus
apocalip at googlemail.com
Wed Apr 7 20:54:10 CEST 2010
Hey,
i'm wondering how i could add some Code to the Bootstrap Process to be
executed all the time?
Basically i'm trying to add a second ClassLoader from another Library which
i can't properly integrate through specialClassNameAndPaths or includePaths.
I already looked into the Bootstrap file in search for such a possibility
but couldn't find one. I did find the "$this->emitAboutToStartNormalRun();"
wich would be a possibility to add my code but unfortunately gets executed
to late in the Process to be any use for me.
How about putting an "$this->emitAboutToStartNormalRun();" at the beginning
of the Bootstrap->run() method?
Greetings Marc
More information about the FLOW3-general
mailing list