GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
url_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
url_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the Url component. * * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.2.2 * @filesource * @package Url */ return array( 'ezcUrlException' => 'Url/exceptions/url_exception.php', 'ezcUrlInvalidParameterException' => 'Url/exceptions/url_invalid_parameter_exception.php', 'ezcUrlNoConfigurationException' => 'Url/exceptions/url_no_configuration_exception.php', 'ezcUrlNotRegisteredException' => 'Url/exceptions/url_not_registered_exception.php', 'ezcUrl' => 'Url/url.php', 'ezcUrlConfiguration' => 'Url/url_configuration.php', 'ezcUrlCreator' => 'Url/url_creator.php', 'ezcUrlTools' => 'Url/url_tools.php', ); ?>