Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
index.php File Reference

Go to the source code of this file.

Variables

 try
 
catch(\Exception $e) $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER)
 
 $app = $bootstrap->createApplication(\Magento\Framework\App\Http::class)
 

Variable Documentation

◆ $app

$app = $bootstrap->createApplication(\Magento\Framework\App\Http::class)

Definition at line 38 of file index.php.

◆ $bootstrap

catch (\Exception $e) $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER)

Definition at line 36 of file index.php.

◆ try

try
Initial value:
{
require __DIR__ . '/app/bootstrap.php'
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60

Definition at line 21 of file index.php.