GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
workflow_database_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
workflow_database_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the WorkflowDatabaseTiein component. * * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.4 * @filesource * @package WorkflowDatabaseTiein */ return array( 'ezcWorkflowDatabaseDefinitionStorage' => 'WorkflowDatabaseTiein/definition_storage.php', 'ezcWorkflowDatabaseExecution' => 'WorkflowDatabaseTiein/execution.php', 'ezcWorkflowDatabaseOptions' => 'WorkflowDatabaseTiein/options/database.php', 'ezcWorkflowDatabaseUtil' => 'WorkflowDatabaseTiein/util.php', ); ?>