Implement simple PHP based view renderer
This commit is contained in:
4
app/Template/home.php
Normal file
4
app/Template/home.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||||
<?php $this->extends = '/Template/base.php' ?>
|
||||
|
||||
<?= $this->data['message'] ?>
|
Reference in New Issue
Block a user