mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-03 16:43:03 +00:00
8 lines
236 B
PHP
8 lines
236 B
PHP
<?php
|
||
require_once(__DIR__ . '/PHP8/seo.php');
|
||
require_once(__DIR__ . '/PHP8/tag.php');
|
||
require_once(__DIR__ . '/PHP8/page.php');
|
||
|
||
$page = new PHP8\Page('О нас', 'Содержимое страницы');
|
||
$page->tags(); // Tag::tags
|