Actions
Bug #20501
closedChange the global variable access to the caching framework to Singleton access
Start date:
2009-05-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently you access the caching framework through global variables. It'd be better though to make the acces to the caching framework use the Singleton pattern.
(issue imported from #M11182)
Updated by Christian Kuhn over 13 years ago
- Target version deleted (
-1)
Still valid.
With current 4.6 class structure t3lib_cache_manager should implement t3lib_singleton, even if the manager is usually accessed through $GLOBALS (which could be deprecated if as soon as the manager implements singleton).
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Assignee set to Christian Kuhn
- Is Regression set to No
any news here?
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Closed
Solved with #62416
In TYPO3 CMS 8 this will be removed.
Actions