[Typo3-dev] make index.php a class
dan frost
dan at danfrost.co.uk
Thu Jul 22 16:26:03 CEST 2004
Who likes the idea of making index.php a class - that is:
1. Move all the events that happen in index.php (for the front-end) into
a class
2. index.php includes the index.php file (which is set in localconf.php)
3. index.php creates the TYPO3index object and runs the ->makePage function
This means that extension can extend it. For example, if you want to
completely stop or change the $TT logger or run xdebug on parts of the
scripts.
What do you think? There wouldn't be any backwards compatibility
problems....!!!
dan
More information about the TYPO3-dev
mailing list