PHP Classes

File: vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Miraz Mac   Saika   vendor/composer/autoload_psr4.php   Download  
File: vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Saika
Base MVC framework for PHP Web applications
Author: By
Last change:
Date: 6 years ago
Size: 522 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
   
'Symfony\\Polyfill\\Util\\' => array($vendorDir . '/symfony/polyfill-util'),
   
'Symfony\\Polyfill\\Php56\\' => array($vendorDir . '/symfony/polyfill-php56'),
   
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
   
'' => array($baseDir . '/system/core', $baseDir . '/app/models', $baseDir . '/app/helpers', $baseDir . '/app/libraries'),
);