LoliPHP/src/about/index.php

14 行
360 B
PHP

<?php
$title = 'helperテスト';
$childview = '../ui/about/index.php';
// まだテストしませんでしたので、コメアウトしました。Not yet tested, so it is comentout.
// $data = [
// 'select' => ['id', 'name'],
// 'where' => ['id', 1]
// ];
// $dbres = lolidb('example', $data, 'one');
// dd($dbres);
dd($title);
?>