JSlip  1.0
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $root = dirname(__FILE__)
 
 $init = new Init($root, $_GET, $_POST)
 
if($init->sts !='OK') $func = $init->getFunc()
 
 $cnam = $func . 'Controller'
 
 $ctrl = new $cnam()
 
if(empty($ctrl->rest)) else
 

Variable Documentation

◆ $cnam

$cnam = $func . 'Controller'

Definition at line 29 of file index.php.

◆ $ctrl

$ctrl = new $cnam()

Definition at line 33 of file index.php.

◆ $func

if ( $init->sts !='OK') $func = $init->getFunc()

Definition at line 28 of file index.php.

◆ $init

$init = new Init($root, $_GET, $_POST)

Definition at line 14 of file index.php.

◆ $root

$root = dirname(__FILE__)

Definition at line 10 of file index.php.

◆ else

if (empty( $ctrl->rest)) else
Initial value:
{
echo $ctrl->rest

Definition at line 52 of file index.php.

$ctrl
$ctrl
Definition: index.php:33