Actions
Feature #18548
closedAdding autoload
Start date:
2008-04-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
In typo3 every class instances are done throught t3lib_div::makeInstance, so we can use it in order to implement a php4 compatible autoloader.
I think it is a really interesting functionnality, because there's many places in typo3 where we have to write classes reference like 'PATH_TO_FILE:classname->function'
I did implement this functionnality in my own library (pp_lib, in class tx_pplib_div::makeInstance), and as it's working very well, i did adapt it for t3lib_div.
(issue imported from #M8000)
Files
Updated by Oliver Hader over 15 years ago
Autoloading is integrated in TYPO3 4.3 - see issue #19503
Actions