X7ROOT File Manager
Current Path:
/opt/alt/php55/usr/share/pear/Symfony/Bridge/Doctrine
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Bridge
/
Doctrine
/
??
..
??
CacheWarmer
??
ContainerAwareEventManager.php
(4.31 KB)
??
DataCollector
??
DataFixtures
??
DependencyInjection
??
ExpressionLanguage
??
Form
??
HttpFoundation
??
Logger
??
ManagerRegistry.php
(1.16 KB)
??
RegistryInterface.php
(2.61 KB)
??
Security
??
Test
??
Validator
??
autoloader.php
(335 B)
Editing: autoloader.php
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Bridge\\Doctrine\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Upload File
Create Folder