index.php
Table of Contents
Constants
-
APPPATH
= \BASEPATH . $application_folder . '/'
-
BASEPATH
= \str_replace("\\", "/", $system_path)
-
EXT
= '.php'
-
FCPATH
= \str_replace(\SELF, '', __FILE__)
-
ROOT
= \dirname(__FILE__)
-
SELF
= \pathinfo(__FILE__, \PATHINFO_BASENAME)
-
SYSDIR
= \trim(\strrchr(\trim(\BASEPATH, '/'), '/'), '/')
APPPATH
public
mixed
APPPATH
= \BASEPATH . $application_folder . '/'
BASEPATH
public
mixed
BASEPATH
= \str_replace("\\", "/", $system_path)
EXT
public
mixed
EXT
= '.php'
FCPATH
public
mixed
FCPATH
= \str_replace(\SELF, '', __FILE__)
ROOT
public
mixed
ROOT
= \dirname(__FILE__)
SELF
public
mixed
SELF
= \pathinfo(__FILE__, \PATHINFO_BASENAME)
SYSDIR
public
mixed
SYSDIR
= \trim(\strrchr(\trim(\BASEPATH, '/'), '/'), '/')