Boot.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
- Boot
- Bootstrap for the application
Constants
- APPPATH = realpath(rtrim($paths->appDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- ENVIRONMENT = $env
- ROOTPATH = realpath(APPPATH . '../') . DIRECTORY_SEPARATOR
- SYSTEMPATH = realpath(rtrim($paths->systemDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- TESTPATH = realpath(rtrim($paths->testsDirectory, '\/ ')) . DIRECTORY_SEPARATOR
- WRITEPATH = $writePath . DIRECTORY_SEPARATOR
Constants
APPPATH
public
mixed
APPPATH
= realpath(rtrim($paths->appDirectory, '\/ ')) . DIRECTORY_SEPARATOR
ENVIRONMENT
public
mixed
ENVIRONMENT
= $env
ROOTPATH
public
mixed
ROOTPATH
= realpath(APPPATH . '../') . DIRECTORY_SEPARATOR
SYSTEMPATH
public
mixed
SYSTEMPATH
= realpath(rtrim($paths->systemDirectory, '\/ ')) . DIRECTORY_SEPARATOR
TESTPATH
public
mixed
TESTPATH
= realpath(rtrim($paths->testsDirectory, '\/ ')) . DIRECTORY_SEPARATOR
WRITEPATH
public
mixed
WRITEPATH
= $writePath . DIRECTORY_SEPARATOR