Skip to content
micahbaumann edited this page Oct 12, 2022 · 1 revision

Description

The current instance of the Urls object.

Type Default Value
Object: Urls Current Urls object.

Examples

<!-- blog-home.php -->
<!DOCTYPE html>
<html>
<head>
   <meta charset="utf-8">
   <title>My Blog - Home</title>
</head>
<body>
<h1>This is my blog!</h1>
<p>Welcome!</p>
<?php Urls::$self->error_403(); ?>
</body>
</html>
Clone this wiki locally