bootstrap.php
This file is part of the 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
- APPPATH = ealpath( trim($paths->appDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- ROOTPATH = ealpath(APPPATH . '../') . DIRECTORY_SEPARATOR
- SYSTEMPATH = ealpath( trim($paths->systemDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- TESTPATH = ealpath( trim($paths->testsDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- VENDORPATH = ealpath(ROOTPATH . 'vendor') . DIRECTORY_SEPARATOR
- WRITEPATH = ealpath( trim($paths->writableDirectory, '\/ ')) . DIRECTORY_SEPARATOR
Constants
APPPATH
public
Paths
APPPATH
=
ealpath(
trim($paths->appDirectory, '\/ ')) . DIRECTORY_SEPARATOR
ROOTPATH
public
mixed
ROOTPATH
=
ealpath(APPPATH . '../') . DIRECTORY_SEPARATOR
SYSTEMPATH
public
Paths
SYSTEMPATH
=
ealpath(
trim($paths->systemDirectory, '\/ ')) . DIRECTORY_SEPARATOR
TESTPATH
public
Paths
TESTPATH
=
ealpath(
trim($paths->testsDirectory, '\/ ')) . DIRECTORY_SEPARATOR
VENDORPATH
public
mixed
VENDORPATH
=
ealpath(ROOTPATH . 'vendor') . DIRECTORY_SEPARATOR
WRITEPATH
public
Paths
WRITEPATH
=
ealpath(
trim($paths->writableDirectory, '\/ ')) . DIRECTORY_SEPARATOR