5 lines
217 B
PHP
5 lines
217 B
PHP
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
|
<?php $this->extends = '/base.php' ?>
|
|
|
|
Hello <a href="<?= $this->helper->getRoute(\App\Controller\HelloWorldController::class, 'hello') ?>">index</a>!
|