Fr3nch13/CakePHP Utilities

bootstrap.php

CakePHP(tm) : Rapid Development Framework (https://cakephp.org) Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)

Licensed under The MIT License Redistributions of files must retain the above copyright notice.

Tags
copyright

Cake Software Foundation, Inc. (https://cakefoundation.org)

link

CakePHP(tm) Project

license

https://opensource.org/licenses/mit-license.php MIT License

Table of Contents

Constants

APP  = \TEST_APP . 'TestApp' . \DS
APP_DIR  = 'TestApp'
CACHE  = \TMP . 'cache' . \DS
CAKE  = \CORE_PATH . 'src' . \DS
CAKE_CORE_INCLUDE_PATH  = \ROOT
CONFIG  = \TEST_APP . 'config' . \DS
CORE_PATH  = \CAKE_CORE_INCLUDE_PATH . \DS
CORE_TEST_CASES  = \CORE_TESTS . 'TestCase'
CORE_TESTS  = \CORE_PATH . 'tests' . \DS
DS  = \DIRECTORY_SEPARATOR
LOGS  = \TMP . 'logs' . \DS
ROOT  = \dirname(__DIR__)
SESSIONS  = \TMP . 'sessions' . \DS
TEST_APP  = \CORE_TESTS . 'test_app' . \DS
TMP  = \sys_get_temp_dir() . \DS
WWW_ROOT  = \TEST_APP . 'webroot' . \DS

Constants

APP

public mixed APP = \TEST_APP . 'TestApp' . \DS

CACHE

public mixed CACHE = \TMP . 'cache' . \DS

CAKE

public mixed CAKE = \CORE_PATH . 'src' . \DS

CAKE_CORE_INCLUDE_PATH

public mixed CAKE_CORE_INCLUDE_PATH = \ROOT

CONFIG

public mixed CONFIG = \TEST_APP . 'config' . \DS

CORE_PATH

public mixed CORE_PATH = \CAKE_CORE_INCLUDE_PATH . \DS

CORE_TEST_CASES

public mixed CORE_TEST_CASES = \CORE_TESTS . 'TestCase'

CORE_TESTS

public mixed CORE_TESTS = \CORE_PATH . 'tests' . \DS

LOGS

public mixed LOGS = \TMP . 'logs' . \DS

SESSIONS

public mixed SESSIONS = \TMP . 'sessions' . \DS

TEST_APP

public mixed TEST_APP = \CORE_TESTS . 'test_app' . \DS

TMP

public mixed TMP = \sys_get_temp_dir() . \DS

WWW_ROOT

public mixed WWW_ROOT = \TEST_APP . 'webroot' . \DS

        
On this page

Search results