TYPO3 CMS  TYPO3_6-2
ext_autoload.php
Go to the documentation of this file.
1 <?php
2 /*
3  * Register necessary class names with autoloader
4  */
5 return array(
6  'fe_loaddbgroup' => PATH_tslib . 'class.tslib_pagegen.php',
7 );