Actions
Feature #38233
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Add event handling to bootstrap mechanism
Start date:
2012-06-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Add several events like "database is initialized", "bootstrap is initialized", etc. to the whole bootstrap mechanism.
The concrete situation to be solved is the registration of Extbase Signal Slots in ext_localconf.php - which fails since autoloader and caching framework are not yet initialized at the time the ext_localconf.php gets executed.
Actions