CodeIgniter v4.5 API

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  = realpath(rtrim($paths->writableDirectory, '\\/ ')) . 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 = realpath(rtrim($paths->writableDirectory, '\\/ ')) . DIRECTORY_SEPARATOR

        
On this page

Search results