LimeSurvey API - Master branch

bootstrap.php

This file is part of KCFinder project

@desc This file is included first, before each other

Tags
copyright

2010-2014 KCFinder Project @license http://opensource.org/licenses/GPL-3.0 GPLv3 @license http://opensource.org/licenses/LGPL-3.0 LGPLv3 @link http://kcfinder.sunhater.com

This file is the place you can put any code (at the end of the file), which will be executed before any other. Suitable for: 1. Set PHP ini settings using ini_set() 2. Custom session save handler with session_set_save_handler() 3. Any custom integration code. If you use any global variables here, they can be accessed in conf/config.php via $GLOBALS array. It's recommended to use constants instead.

Table of Contents

Constants

APPPATH  = $sLimesurveyFolder . '/'
BASEPATH  = realpath($sLimesurveyFolder . "/../vendor/yiisoft/yii/framework") . "/"

Functions

json_encode()  : mixed
checkLSSession()  : mixed

Constants

APPPATH

public mixed APPPATH = $sLimesurveyFolder . '/'

BASEPATH

public mixed BASEPATH = realpath($sLimesurveyFolder . "/../vendor/yiisoft/yii/framework") . "/"

Functions

json_encode()

json_encode(mixed $data) : mixed
Parameters
$data : mixed

        
On this page

Search results