PHP Classes

File: vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Marcelo Telles   CRUD PHP MVC   vendor/composer/autoload_psr4.php   Download  
File: vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CRUD PHP MVC
Application that uses the MVC Design Pattern
Author: By
Last change:
Date: 5 months ago
Size: 231 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

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

return array(
   
'Sts\\' => array($baseDir . '/app/sts'),
   
'Core\\' => array($baseDir . '/core'),
);