【发布时间】:2015-03-25 12:47:42
【问题描述】:
我正在尝试手动安装 PhpPowerpoint(不使用 composer)
我已经安装了具有 document_root D:\wamp\www\
的 WAMP我已将 PhpPowerpoint 文件夹复制到以下路径 D:\wamp\www\php\PhpOffice\
使用手动安装代码(代码在文件D:\wamp\www\php\agile\expMSPowerpoint.php):
require_once '../PhpOffice/PhpPowerpoint/Autoloader.php';
PhpOffice\PhpPowerpoint\Autoloader::register();
$objPHPPowerPoint = new PhpPowerpoint(); <<<< Error in this line
我得到了错误:
致命错误:第 435 行的 D:\wamp\www\php\agile\expMSPowerpoint.php 中找不到类“PhpPowerpoint”
任何安装它的帮助将不胜感激
【问题讨论】:
标签: php phppowerpoint