$page

Returns the object of the current page file.

Table of Contents
  1. Description
  2. Example

Description

This variable is an instance of the Page class.

Example

if (!isset($page) || !isset($page->title)) {
    return $_;
}

$_['title'] = $page->title;

$_

Returns the current control panel definition.

$file

Returns the object of the current file.

$folder

Returns the object of the current folder.

$page

Returns the object of the current page file.