bootstrap.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
Constants
- APPPATH : mixed = \realpath(\rtrim($paths->appDirectory, '\/ '))...
- ROOTPATH : mixed = \realpath(\APPPATH . '../') . \DIRECTORY_SEPARATOR
- SYSTEMPATH : mixed = \realpath(\rtrim($paths->systemDirectory, '\/ '...
- TESTPATH : mixed = \realpath(\rtrim($paths->testsDirectory, '\/ ')...
- WRITEPATH : mixed = \realpath(\rtrim($paths->writableDirectory, '\/...
Constants
APPPATH
public
mixed
APPPATH
= \realpath(\rtrim($paths->appDirectory, '\/ ')) . \DIRECTORY_SEPARATOR
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