Files
FHC-Core/include/ezcomponents/autoload/authentication_database_autoload.php
T
Andreas Österreicher 0a8e90a8b3 EZ-Components
2009-02-17 15:27:43 +00:00

18 lines
633 B
PHP

<?php
/**
* Autoloader definition for the AuthenticationDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package AuthenticationDatabaseTiein
*/
return array(
'ezcAuthenticationDatabaseFilter' => 'AuthenticationDatabaseTiein/filters/database/database_filter.php',
'ezcAuthenticationDatabaseInfo' => 'AuthenticationDatabaseTiein/filters/database/database_info.php',
'ezcAuthenticationDatabaseOptions' => 'AuthenticationDatabaseTiein/options/database_options.php',
);
?>