$url

Returns the current application URL.

Table of Contents
  1. Description
  2. Example

Description

This variable is an instance of the URL class with current URL as the input.

Example

<a href="<?= eat($url->current); ?>">
  <?= i('An internal link'); ?>
</a>

$state

Returns the current application states.

$url

Returns the current application URL.