fc前台测试

来源:互联网 发布:飞鱼网络电视tv版 编辑:程序博客网 时间:2024/06/06 01:20
<?phpclass ControllerLxtTest extends Controller {    public function index() {        $this->template = $this->config->get('config_template') . '/template/lxt/demo.tpl';        $this->children = array(            'common/footer',            //'common/header'        );        $this->response->setOutput( $this->render());    }    public function name(){        echo 'lixiaotong';    }}

<script src="https://code.csdn.net/snippets/1636486.js"></script>
0 0
原创粉丝点击