CodeIgniter v4.5 API

Autoloader.php

This file is part of CodeIgniter 4 framework.

(c) CodeIgniter Foundation admin@codeigniter.com

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Table of Contents

Classes

Autoloader
An autoloader that uses both PSR4 autoloading, and traditional classmaps.

Constants

VENDORPATH  = dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR

Constants

VENDORPATH

public mixed VENDORPATH = dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR

        
On this page

Search results