I am looking for a good source for understanding the magic spell userFunc = tx_extbase_core_bootstrap->run .
Apparently, authoritarian forge documentation ( http://forge.typo3.org/projects/typo3v4-mvc/wiki/Documentation ) starts with non-functional links ("400 - Invalid action parameter" from git.typo3.org) and seems dated, pointing to articles with the most recent date at the end of 2011.
The API docking station http://typo3.org/api/typo3cms/class_t_y_p_o3_1_1_c_m_s_1_1_extbase_1_1_core_1_1_bootstrap.html#a890c7dde66b4a9462983759de4d9576a contains quite a bit of a configuration "regarding that. It also seems a little strange to list two sets of arguments and two different return data, almost as if the two methods were combined into one record. Trying to follow the source code leads to initilializeConfiguration, where it seems to pass control to some general procedure.
There is an e6c08008 version, corrected “a year ago,” which claims to have updated documents to the current URL, which should be http://api.typo3.org/extbase/current/ - but this only leads to a page with a lot of classes and empty frames without content. This is the URL that is being offered in my copy downloaded a few months ago.
So: Where can it be that I can learn how to use this extbase bootstrap startup method? The source code is fine, but I cannot determine where the configuration is actually being digested.
source share