我如何读写包含<!-?= $ this ---> config-> item('some_string');?>的文件?

时间:2019-03-23 10:27:52

标签: php this file-get-contents

我正在使用PHP模板。 使用PHP代码读取文件时,file_get_contents()引发错误。

这是针对Apache服务器PHP 7.1

读取此文件“ _form.php”时

<?php
$x = $this->config->item('btn_class_save');

使用PHP的file_get_contents()

$str = file_get_contents(asset_url('misc/_form.php'));

我希望它能够将$ str写入另一个文件。但是我收到此错误:

  

致命错误:未捕获错误:在不在$ C:\ xampp \ htdocs \ ci3ia3 \ assets \ misc_form.php中的对象上下文中时,使用$ this堆栈跟踪:#0 {main}抛出在C:\ xampp \ htdocs中第2行上的\ ci3ia3 \ assets \ misc_form.php

有任何解决方法吗? 在简单的文件模板系统中使用。

0 个答案:

没有答案