gpt4 book ai didi

php - 在 symfony 2 的 Controller 内加载文件内容

转载 作者:行者123 更新时间:2023-12-02 23:16:43 28 4
gpt4 key购买 nike

我有一个名为“style.css”的 css 文件,我想将其内容加载到 Controller 中。我在阅读官方文档(包括Cookbook)时没有找到任何相关的解决方案。

最佳答案

我认为您首先需要获取 CSS 目录的路径,使用类似以下内容:

$path = $this->get('kernel')->getRootDir() . '/../css' . '/path/to/file.css';

然后,将 CSS 文件加载到字符串中:

$css = file_get_contents($path);

希望有帮助!

关于php - 在 symfony 2 的 Controller 内加载文件内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18785524/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com