Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Zend Framework MVC 和 SimpleTest 库的单元测试。我有一个特定的模型一直失败,因为它使用 Zend Cache 并且缓存目录是一个相对路径我想知道是否有人见过像这样的问题 b4。谢谢。
无论我使用什么文件结构,我都必须使用 $_SERVER['DOCUMENT_ROOT'] 创建一个绝对路径。真正的相对路径。哈哈。