GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
graph_database_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
graph_database_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the GraphDatabaseTiein component. * * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.0.1 * @filesource * @package GraphDatabaseTiein */ return array( 'ezcGraphDatabaseException' => 'GraphDatabaseTiein/exceptions/exception.php', 'ezcGraphDatabaseMissingColumnException' => 'GraphDatabaseTiein/exceptions/missing_column.php', 'ezcGraphDatabaseStatementNotExecutedException' => 'GraphDatabaseTiein/exceptions/statement_not_executed.php', 'ezcGraphDatabaseTooManyColumnsException' => 'GraphDatabaseTiein/exceptions/too_many_columns.php', 'ezcGraphDatabaseDataSet' => 'GraphDatabaseTiein/dataset.php', ); ?>