Add ViewHelper in view for injecting some basic classes in views
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||||
<?php $this->extends = '/Template/base.php' ?>
|
||||
<?php $this->extends = '/base.php' ?>
|
||||
|
||||
<?= $this->data['message'] ?>
|
||||
Hello <?= $this->data['name'] ?>!
|
||||
|
Reference in New Issue
Block a user