Hardis/controllers/TestController.php
2016-05-29 14:43:43 +02:00

10 lines
148 B
PHP

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