Author: Derick Rethans Date: 2007-05-07 08:51:13 +0200 (Mon, 07 May 2007) New Revision: 5080
Log: - Reorder autoload files, added class diagram. Added: trunk/AuthenticationDatabaseTiein/design/class_diagram.png Modified: trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php Added: trunk/AuthenticationDatabaseTiein/design/class_diagram.png =================================================================== (Binary files differ) Property changes on: trunk/AuthenticationDatabaseTiein/design/class_diagram.png ___________________________________________________________________ Name: svn:mime-type + image/png Modified: trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php =================================================================== --- trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php 2007-05-07 06:49:06 UTC (rev 5079) +++ trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php 2007-05-07 06:51:13 UTC (rev 5080) @@ -1,20 +1,17 @@ <?php /** - * Autoloader definition for the ezcAuthenticationDatabaseTiein component. + * 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 //autogentag// * @filesource - * @package AuthenticationDatabaseTiein - * @version //autogen// + * @package AuthenticationDatabaseTiein */ return array( - - // authentication Database filter - 'ezcAuthenticationDatabaseFilter' => 'AuthenticationDatabaseTiein/filters/database/database_filter.php', - 'ezcAuthenticationDatabaseInfo' => 'AuthenticationDatabaseTiein/filters/database/database_info.php', - 'ezcAuthenticationDatabaseOptions' => 'AuthenticationDatabaseTiein/filters/database/database_options.php', - - ); + 'ezcAuthenticationDatabaseFilter' => 'AuthenticationDatabaseTiein/filters/database/database_filter.php', + 'ezcAuthenticationDatabaseInfo' => 'AuthenticationDatabaseTiein/filters/database/database_info.php', + 'ezcAuthenticationDatabaseOptions' => 'AuthenticationDatabaseTiein/filters/database/database_options.php', +); ?> -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
