-
Notifications
You must be signed in to change notification settings - Fork 1
static Urls::$self
micahbaumann edited this page Oct 12, 2022
·
1 revision
The current instance of the Urls
object.
Type | Default Value |
---|---|
Object: Urls
|
Current Urls object. |
<!-- 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>