Codeigniter解析器库停止工作

时间:2019-02-08 06:04:54

标签: codeigniter parsing codeigniter-3

我们将codeigniter应用程序移至新服务器,并且解析器库停止工作,它应使用已加载的视图来解析{content},并且该视图已在旧服务器上运行

    $data = array(
        'content'   => $view,
        'title' => $title,
    );

    $ci->parser->parse('index', $data);

我们使用的是php7和ci版本3.1.7 想知道是否需要在服务器上安装任何php扩展名?

0 个答案:

没有答案
相关问题