Hardis/controllers/TestController.php

10 lines
148 B
PHP

<?php
class TestController {
public function index(Base $f3, array $params) {
echo Template::instance()->render('test.htm');
}
}