TYPO3 API  SVNRelease
ext_autoload.php
Go to the documentation of this file.
00001 <?php
00002 // DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
00003 // This file was generated on 2010-04-06 21:47
00004 
00005 
00006 $extensionPath = t3lib_extMgm::extPath('dbal');
00007 return array(
00008     'tx_dbal_querycache' => $extensionPath . 'lib/class.tx_dbal_querycache.php',
00009     'tx_dbal_sqlengine' => $extensionPath . 'lib/class.tx_dbal_sqlengine.php',
00010     'ux_t3lib_sqlparser' => $extensionPath . 'class.ux_t3lib_sqlparser.php',
00011 );
00012 ?>