Play around with the rendering
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||||
<?php $this->extends = '/base' ?>
|
||||
|
||||
Hello <a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'hello') ?>">index</a>!
|
||||
Hello world<br>
|
||||
<a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'routes') ?>">Routes</a>
|
||||
|
Reference in New Issue
Block a user