【问题标题】:access an excel file located at /app/webroot/files in cakephp在 cakephp 中访问位于 /app/webroot/files 的 excel 文件
【发布时间】:2013-11-28 14:09:54
【问题描述】:

如何在控制器内的 cakephp 应用程序中访问位于 /app/webroot/files 的 Excel 文件?我试过这个:

Router::url('/files/my_excel_file_name.xlsx', true);

但这说明文件不存在

请帮忙

谢谢

【问题讨论】:

    标签: php cakephp cakephp-1.3 php-5.3


    【解决方案1】:

    您应该使用Global Constants

    在这种特殊情况下,您可能想简单地写这个

    WWW_ROOT . 'files' . DS . 'yourFile.xlsx';
    

    当然,我假设此路径将由您的脚本(控制器)使用,而不是在链接(视图)中

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-05-01
      • 1970-01-01
      相关资源
      最近更新 更多