LoliPHP/src/about/index.php

7 行
94 B
PHP

<?php
$title = 'helperテスト';
$childview = '../ui/about/index.php';
dd($title);
?>