国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

PHP path reference settings
學容錯
學容錯 2018-10-19 10:54:32
0
1
1105

ServerinfoController.class.php under the

Controller file

<?php

namespace Admin\Controller;

use Think\Controller;


class ServerinfoController extends controller{


public function Serverinfo(){

require 'info.php';

$this->display();

}

}

?>

How to write the file path of info.php, you can refer to View/con, info under the con folder. php path. Instead of referencing info.php### under the root directory www
學容錯
學容錯

reply all(1)
胤彬-

TP5.0?ROOT_PATH variable gets the project root directory TP5.1?Env::get('app_path') gets the project root directory. Read more about the official documentation of TP5

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template